mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 15:11:00 +00:00
Add REQUIRES: x86-registered-target to test since it's required.
llvm-svn: 245462
This commit is contained in:
parent
2838c169a5
commit
24b64a9405
@ -1,3 +1,4 @@
|
||||
// REQUIRES: x86-registered-target
|
||||
// RUN: %clang_cc1 -triple i686-pc-windows-gnu -S %s -o - | FileCheck %s -check-prefix=CHECK_I686
|
||||
// CHECK_I686: lda,12
|
||||
// RUN: %clang_cc1 -triple x86_64-pc-windows-gnu -S %s -o - | FileCheck %s -check-prefix=CHECK_X86_64
|
||||
|
Loading…
Reference in New Issue
Block a user