================ @@ -6,6 +6,9 @@ ! On AIX, -flto used to be required with -fprofile-generate. gcc-flag-compatibility-aix.c is used to do the testing on AIX with -flto ! RUN: %flang %s -c -S -o - -emit-llvm -fprofile-generate | FileCheck -check-prefix=PROFILE-GEN %s +! RUN: rm -rf %t.gendir +! RUN: mkdir -p %t.gendir +! RUN: %flang %s -c -S -o - -emit-llvm -fprofile-generate=%t.gendir | FileCheck -check-prefix=PROFILE-GEN %s ---------------- kaviya2510 wrote:
Not really. Updated the testcases. https://github.com/llvm/llvm-project/pull/216643 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
