================ @@ -12,6 +15,10 @@ entry: ; Check that the aix-small-local-exec-tls attribute is not supported on Linux and AIX (32-bit). ; CHECK-NOT-SUPPORTED: The aix-small-local-exec-tls attribute is only supported on AIX in 64-bit mode. +; Check that the aix-small-local-exec-tls attribute is only supported when +; data sections are enabled. +; CHECK-UNSUPPORTED-NO-DATASEC: The aix-small-local-exec-tls attribute can only be specified with -data-sections. ---------------- stephenpeckham wrote:
```suggestion ; CHECK-UNSUPPORTED-NO-DATASEC: The aix-small-local-exec-tls attribute can only be specified with -fdata-sections. ``` https://github.com/llvm/llvm-project/pull/79252 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits