Add REQUIRES: x86-registered-target to test since it's required.

llvm-svn: 245462
This commit is contained in:
Yaron Keren 2015-08-19 17:18:32 +00:00
parent 2838c169a5
commit 24b64a9405

View File

@ -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