[clang] [AIX][TLS][clang] Add -maix-small-local-dynamic-tls clang option (PR #88829)

Chen Zheng via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 21 22:27:14 PDT 2024


================
@@ -6,6 +6,9 @@
 // RUN: %clang -target powerpc64-unknown-aix -maix-small-local-exec-tls -S -emit-llvm \
 // RUN:    %s -o - | FileCheck %s --check-prefix=CHECK-AIX_SMALL_LOCALEXEC_TLS
 
+// RUN: %clang -target powerpc64-unknown-aix -maix-small-local-dynamic-tls -S -emit-llvm \
----------------
chenzheng1030 wrote:

nit: maybe we can rename this file?

https://github.com/llvm/llvm-project/pull/88829


More information about the cfe-commits mailing list