Skip to content

Commit 81e5a79

Browse files
author
Nuri Amari
committed
Fix introduced test
1 parent 1803fba commit 81e5a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/distributed-thin-lto/cs-irpgo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: mkdir -p %t
22
// RUN: %clang -target x86_64-apple-darwin -fcs-profile-generate -flto=thin -c -o %t/main.bc %s
33
// RUN: llvm-lto2 run --thinlto-distributed-indexes %t/main.bc -o %t/index -r=%t/main.bc,_main,px
4-
// RUN: %clang -target x86_64-apple-darwin -fcs-profile-generate -c %t/main.o -fthinlto-index=%t/main.bc.thinlto.bc %t/main.bc
4+
// RUN: %clang -target x86_64-apple-darwin -fcs-profile-generate -c -o %t/main.o -fthinlto-index=%t/main.bc.thinlto.bc %t/main.bc
55

66
int main() {
77
return 0;

0 commit comments

Comments
 (0)