[clang] Avoid Assertion Failure Using -fcs-profile-generate with distributed thin-lto (PR #129736)

Teresa Johnson via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 6 11:25:47 PST 2025


================
@@ -6,7 +6,7 @@
 ; RUN: opt -thinlto-bc -o %t.o %s
 
 ; RUN: %clang_cc1 -triple x86_64-grtev4-linux-gnu \
-; RUN:   -fthinlto-index=%S/Inputs/thinlto-distributed-backend-skip.bc \
+; RUN:   -fthinlto-index=%S/../Inputs/thinlto-distributed-backend-skip.bc \
----------------
teresajohnson wrote:

Why is this change needed?

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


More information about the cfe-commits mailing list