Skip to content

Commit

Permalink
[Clang] Add back in REQUIRES lines that were accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 committed Jul 23, 2024
1 parent 14e20ee commit cb0ead7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clang/test/Driver/linker-wrapper-passes.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Check various clang-linker-wrapper pass options after -offload-opt.

// REQUIRES: llvm-plugins, llvm-examples
// REQUIRES: x86-registered-target
// REQUIRES: amdgpu-registered-target

// Setup.
// RUN: mkdir -p %t
// RUN: %clang -cc1 -emit-llvm-bc -o %t/host-x86_64-unknown-linux-gnu.bc \
Expand Down

0 comments on commit cb0ead7

Please sign in to comment.