Skip to content

Commit 4297340

Browse files
committed
Disable problematic Clang format for the mllvm.c test
1 parent 8eb070a commit 4297340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross-project-tests/dtlto/mllvm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format off
12
/// Test that -mllvm options are forwarded to the remote compiler for DTLTO.
23

34
// RUN: rm -rf %t && mkdir %t && cd %t
@@ -29,5 +30,4 @@
2930
// CHECK: -mllvm -thinlto-remote-compiler-arg=llvm1
3031
// CHECK-SAME: -mllvm -thinlto-remote-compiler-arg=llvm2
3132

32-
3333
int _start() { return 0; }

0 commit comments

Comments
 (0)