[compiler-rt] [PGO][test] Enable continuous mode PGO tests on AIX (PR #115987)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 28 19:01:01 PST 2024


================
@@ -1,8 +1,8 @@
-// REQUIRES: darwin
+// REQUIRES: target={{.*(darwin|aix).*}}
 
 // RUN: echo "static void dead_code(void) {}" > %t.dso.c
-// RUN: %clang_profgen -fcoverage-mapping -O3 -dynamiclib -o %t.dso.dylib %t.dso.c
-// RUN: %clang_profgen -fcoverage-mapping -O3 -o %t.exe %s %t.dso.dylib
+// RUN: %clang_profgen_cont -fcoverage-mapping -O3 %shared_lib_flag -o %t.dso.dylib %t.dso.c
+// RUN: %clang_profgen_cont -fcoverage-mapping -O3 -o %t.exe %s %t.dso.dylib
----------------
chapuni wrote:

Thanks. Let me know if you met any issues re. bias var.

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


More information about the llvm-commits mailing list