Skip to content

Commit 7532e88

Browse files
committed
[Clang] Add missing requires directives for new test
Summary: Forgot to add this.
1 parent 5d1dc9f commit 7532e88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// REQUIRES: x86-registered-target
2+
// REQUIRES: nvptx-registered-target
3+
// REQUIRES: amdgpu-registered-target
4+
15
// RUN: %clang -cc1 %s -triple x86_64-unknown-linux-gnu -emit-obj -o %t.elf.o
26

37
#if defined(RESOLVES)

0 commit comments

Comments
 (0)