[clang] Avoid Assertion Failure Using -fcs-profile-generate with distributed thin-lto (PR #129736)
Nuri Amari via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 14 09:00:24 PDT 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 \
----------------
NuriAmari wrote:
Because the test was moved down a directory, but the checked in sharded summary used as input to the test hasn't.
https://github.com/llvm/llvm-project/pull/129736
More information about the cfe-commits
mailing list