================ @@ -0,0 +1,26 @@ +// This test checks if COFF file compiled with +// -fprofile-generate has magic section ".pgi" to indicate so. + +// RUN: %clang --target=x86_64-pc-windows -fprofile-generate %s -c -o %t_x86 ---------------- mstorsjo wrote:
As this test now does compilation for both x86 and aarch64, it also requires that both those targets are enabled for this test to be runnable - so this test at least needs a matching `REQUIRES:` line. While it earlier was raised whether this was x86_64 specific, I wonder if it adds much value here to test both, as it (marginally) limits the set of configurations where this test is possible to run overall. https://github.com/llvm/llvm-project/pull/114260 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits