mirror of https://github.com/microsoft/clang.git
[fixup][X86][inline-asm] Add support for MS 'EVEN' directive
refining tested targets resolution, to amend failures caused by rL299454 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ddca23839
commit
a64aac47da
|
@ -1,4 +1,5 @@
|
|||
// RUN: %clang_cc1 %s -triple i386-unknown-unknown -fasm-blocks -emit-llvm -o - | FileCheck %s
|
||||
// REQUIRES: x86-registered-target
|
||||
// RUN: %clang_cc1 %s -triple i386-apple-darwin10 -fasm-blocks -emit-llvm -o - | FileCheck %s
|
||||
|
||||
// CHECK: .byte 64
|
||||
// CHECK: .byte 64
|
||||
|
|
Loading…
Reference in New Issue