mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 03:25:54 -04:00

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. llvm-svn: 363963
6 lines
93 B
C
6 lines
93 B
C
// REQUIRES: x86-registered-target
|
|
INLINE int bar() {
|
|
static int var = 42;
|
|
return var;
|
|
}
|