Mark CodeGen/asm-goto.c as x86 specific after r362045
authorFangrui Song <maskray@google.com>
Thu, 30 May 2019 06:48:13 +0000 (06:48 +0000)
committerFangrui Song <maskray@google.com>
Thu, 30 May 2019 06:48:13 +0000 (06:48 +0000)
llvm-svn: 362059

clang/test/CodeGen/asm-goto.c

index 2c4a1a0..99e97f2 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 -O0 -emit-llvm  %s -o - | FileCheck %s
+// REQUIRES: x86-registered-target
+// RUN: %clang_cc1 -triple x86_64 -O0 -emit-llvm %s -o - | FileCheck %s
 
 int foo(int cond)
 {