From e843e8777a20f0f0732fcb6d5b2d3d52947ba08c Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 23 Feb 2024 12:43:55 -0800 Subject: [PATCH] ReleaseNotes: mention -mtls-dialect=desc (#82731) --- clang/docs/ReleaseNotes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index c38d972f4b5a8b..0c4f7b579da6bc 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -1346,6 +1346,7 @@ PowerPC Support features that can be queried. - ``__attribute__((rvv_vector_bits(N)))`` is now supported for RVV vbool*_t types. +- ``-mtls-dialect=desc`` is now supported to enable TLS descriptors (TLSDESC). CUDA/HIP Language Changes ^^^^^^^^^^^^^^^^^^^^^^^^^