]> granicus.if.org Git - clang/commit
[NFC] Fix for InterfaceStubs tests (adding REQUIRES: x86-registered-target).
authorPuyan Lotfi <puyan@puyan.org>
Thu, 20 Jun 2019 18:28:21 +0000 (18:28 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Thu, 20 Jun 2019 18:28:21 +0000 (18:28 +0000)
commit058c0b96ab3794671b17a6c826c60310773df584
tree2d1524a5eb2f11d4df6679b3ac365447b3dcd9b7
parent2e7bd0e21fbeb109acbd96994ca0f1712e46eea2
[NFC] Fix for InterfaceStubs tests (adding REQUIRES: x86-registered-target).

clang-hexagon-elf bot was failing with:

'No available targets are compatible with triple "x86_64-unknown-linux-gnu"'

Adding a "// REQUIRES: x86-registered-target" to these tests to quiet the bot.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363963 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/InterfaceStubs/bad-format.cpp
test/InterfaceStubs/class-template-specialization.cpp
test/InterfaceStubs/externstatic.c
test/InterfaceStubs/function-template-specialization.cpp
test/InterfaceStubs/hidden-class-inheritance.cpp
test/InterfaceStubs/inline.c
test/InterfaceStubs/inline.h
test/InterfaceStubs/object.cpp
test/InterfaceStubs/template-namespace-function.cpp
test/InterfaceStubs/virtual.cpp
test/InterfaceStubs/visibility.cpp
test/InterfaceStubs/weak.cpp