]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362059 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/asm-goto.c

index 2c4a1a0c4df1c2ada321dad1379b3a5232959d3c..99e97f2a41e1264f7cad778c08a0f1f1bc857141 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)
 {