]> granicus.if.org Git - clang/commitdiff
The emitted IR is the same, we need these flags to actually use the LLVM target.
authorNick Lewycky <nicholas@mxc.ca>
Fri, 11 Oct 2013 03:52:43 +0000 (03:52 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 11 Oct 2013 03:52:43 +0000 (03:52 +0000)
Mark it as requiring the x86 target.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192417 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/sections.c

index c03391f50aae046432e5f38757ceaa06c2c865c7..7994acf4dcac13a37b5dd9ec0061854de447f9f4 100644 (file)
@@ -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