forked from OSchip/llvm-project
Add x86 requirement to hopefully fix ppc bots.
llvm-svn: 173190
This commit is contained in:
parent
f7d16d0563
commit
0c0c02c479
|
@ -1,3 +1,4 @@
|
|||
// REQUIRES: x86-64-registered-target
|
||||
// RUN: %clang_cc1 %s -verify -fasm-blocks
|
||||
|
||||
#define M __asm int 0x2c
|
||||
|
|
Loading…
Reference in New Issue