diff options
Diffstat (limited to 'clang/test/InterfaceStubs/function-template-specialization.cpp')
-rw-r--r-- | clang/test/InterfaceStubs/function-template-specialization.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/InterfaceStubs/function-template-specialization.cpp b/clang/test/InterfaceStubs/function-template-specialization.cpp index b6cf64c6027..f01b4311da1 100644 --- a/clang/test/InterfaceStubs/function-template-specialization.cpp +++ b/clang/test/InterfaceStubs/function-template-specialization.cpp @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target // RUN: %clang -target x86_64-unknown-linux-gnu -o - -emit-interface-stubs \ // RUN: -interface-stub-version=experimental-tapi-elf-v1 %s | FileCheck %s |