We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb070a commit 4297340Copy full SHA for 4297340
cross-project-tests/dtlto/mllvm.c
@@ -1,3 +1,4 @@
1
+// clang-format off
2
/// Test that -mllvm options are forwarded to the remote compiler for DTLTO.
3
4
// RUN: rm -rf %t && mkdir %t && cd %t
@@ -29,5 +30,4 @@
29
30
// CHECK: -mllvm -thinlto-remote-compiler-arg=llvm1
31
// CHECK-SAME: -mllvm -thinlto-remote-compiler-arg=llvm2
32
-
33
int _start() { return 0; }
0 commit comments