From d3956bb2fff789a36b46c079ad66ed9167ed29ce Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 30 May 2019 06:48:13 +0000 Subject: [PATCH] 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 --- test/CodeGen/asm-goto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.40.0