diff options
Diffstat (limited to 'clang/test/InterfaceStubs/inline.c')
-rw-r--r-- | clang/test/InterfaceStubs/inline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/InterfaceStubs/inline.c b/clang/test/InterfaceStubs/inline.c index c64771185f3..40dc455b131 100644 --- a/clang/test/InterfaceStubs/inline.c +++ b/clang/test/InterfaceStubs/inline.c @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target // RUN: %clang -DINLINE=inline -target x86_64-unknown-linux-gnu -o - \ // RUN: -emit-interface-stubs \ // RUN: -interface-stub-version=experimental-yaml-elf-v1 -std=gnu89 -xc %s | \ |