================ @@ -1121,20 +1121,24 @@ // RUN: | FileCheck --check-prefixes=CHECK-K-UNUSED %s // CHECK-K-UNUSED: clang: warning: -K: 'linker' input unused [-Wunused-command-line-argument] + +// This check is only applicable to AIX targets. +// AIX-specific link behavior requires `-latomic` for 32-bit sanitizer libraries, +// Running this test on non-AIX targets will result in an unrelated error +// (e.g., missing atomic support on certain architectures), +// which is outside the scope of this bug and is addressed separately. ---------------- hubert-reinterpretcast wrote:
Remove unclear reference to "this bug" from the code comment in the test. ```suggestion // (e.g., missing atomic support on certain architectures). // FIXME: Address issues with non-AIX environments/configurations. ``` https://github.com/llvm/llvm-project/pull/125388 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits