Skip to content

Commit 5db9412

Browse files
committed
[test] add 'REQUIRES: lld-available' to online-merging-windows.c
This test doesn't explicitly require lld but clang's flag -fuse-ld=lld uses lld. This fixes the error that clang cannot invoke lld.
1 parent ee31ba0 commit 5db9412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: target={{.*windows-msvc.*}}
2+
// REQUIRES: lld-available
23

34
// Test the online merging mode (%m) along with continuous mode (%c).
45
//

0 commit comments

Comments
 (0)