From: Nick Lewycky Date: Fri, 11 Oct 2013 03:52:43 +0000 (+0000) Subject: The emitted IR is the same, we need these flags to actually use the LLVM target. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31a07b8e636aa276506318670170ede3d13c4019;p=clang The emitted IR is the same, we need these flags to actually use the LLVM target. Mark it as requiring the x86 target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192417 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/sections.c b/test/CodeGen/sections.c index c03391f50a..7994acf4dc 100644 --- a/test/CodeGen/sections.c +++ b/test/CodeGen/sections.c @@ -1,3 +1,5 @@ +// REQUIRES: x86-registered-target + // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -S -o - < %s | FileCheck %s --check-prefix=PLAIN // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -S -ffunction-sections -fno-function-sections -o - < %s | FileCheck %s --check-prefix=PLAIN