Skip to content

Commit cb0ead7

Browse files
committed
[Clang] Add back in REQUIRES lines that were accidentally removed
1 parent 14e20ee commit cb0ead7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/test/Driver/linker-wrapper-passes.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// Check various clang-linker-wrapper pass options after -offload-opt.
22

3+
// REQUIRES: llvm-plugins, llvm-examples
4+
// REQUIRES: x86-registered-target
5+
// REQUIRES: amdgpu-registered-target
6+
37
// Setup.
48
// RUN: mkdir -p %t
59
// RUN: %clang -cc1 -emit-llvm-bc -o %t/host-x86_64-unknown-linux-gnu.bc \

0 commit comments

Comments
 (0)