diff options
Diffstat (limited to 'test/CodeGen/2010-06-17-asmcrash.c')
-rw-r--r-- | test/CodeGen/2010-06-17-asmcrash.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/2010-06-17-asmcrash.c b/test/CodeGen/2010-06-17-asmcrash.c index 8e9485b..1b5efd3 100644 --- a/test/CodeGen/2010-06-17-asmcrash.c +++ b/test/CodeGen/2010-06-17-asmcrash.c @@ -1,6 +1,5 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s | llc -mtriple=x86_64-apple-darwin | FileCheck %s -// XFAIL: * -// XTARGET: x86,i386,i686 +// REQUIRES: x86-64-registered-target +// RUN: %clang_cc1 -triple x86_64-unknown-unknown -O1 -S -o - %s | FileCheck %s typedef long long int64_t; typedef unsigned char uint8_t; |