From: Fangrui Song Date: Thu, 30 May 2019 06:48:13 +0000 (+0000) Subject: Mark CodeGen/asm-goto.c as x86 specific after r362045 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3956bb2fff789a36b46c079ad66ed9167ed29ce;p=clang Mark CodeGen/asm-goto.c as x86 specific after r362045 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362059 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/asm-goto.c b/test/CodeGen/asm-goto.c index 2c4a1a0c4d..99e97f2a41 100644 --- a/test/CodeGen/asm-goto.c +++ b/test/CodeGen/asm-goto.c @@ -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) {