[clang] specify clang --target to fix breakage on AIX (PR #114127)

2024-10-29 Thread Lei Wang via cfe-commits
https://github.com/wlei-llvm closed https://github.com/llvm/llvm-project/pull/114127 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] specify clang --target to fix breakage on AIX (PR #114127)

2024-10-29 Thread Lei Wang via cfe-commits
https://github.com/wlei-llvm updated https://github.com/llvm/llvm-project/pull/114127 >From 2c2ddcc9bda277c6da7b51147785c0f1e88b848d Mon Sep 17 00:00:00 2001 From: wlei Date: Tue, 29 Oct 2024 13:28:33 -0700 Subject: [PATCH] specify clang --target to fix breakage on AIX --- clang/test/CodeGen/

[clang] specify clang --target to fix breakage on AIX (PR #114127)

2024-10-29 Thread Lei Wang via cfe-commits
https://github.com/wlei-llvm created https://github.com/llvm/llvm-project/pull/114127 `-fprofile-sample-use` is not supported on AIX, which caused a CI failure. >From 2c2ddcc9bda277c6da7b51147785c0f1e88b848d Mon Sep 17 00:00:00 2001 From: wlei Date: Tue, 29 Oct 2024 13:28:33 -0700 Subject: [PA

[clang] specify clang --target to fix breakage on AIX (PR #114127)

2024-10-29 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Lei Wang (wlei-llvm) Changes `-fprofile-sample-use` is not supported on AIX, which caused a CI failure. --- Full diff: https://github.com/llvm/llvm-project/pull/114127.diff 1 Files Affected: - (modified) clang/test/CodeGen/pgo-cold-func