summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-10-11 03:52:43 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-10-11 03:52:43 +0000
commitce6a4aacb48b254f437b9828cd7c3626db3e2893 (patch)
treef03ea8432580c2c0832d2e98e260c255847ee3c4
parenta4770543f1f9ff30280052a0c18b5f48cce4d888 (diff)
downloadbcm5719-llvm-ce6a4aacb48b254f437b9828cd7c3626db3e2893.tar.gz
bcm5719-llvm-ce6a4aacb48b254f437b9828cd7c3626db3e2893.zip
The emitted IR is the same, we need these flags to actually use the LLVM target.
Mark it as requiring the x86 target. llvm-svn: 192417
-rw-r--r--clang/test/CodeGen/sections.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/sections.c b/clang/test/CodeGen/sections.c
index c03391f50aa..7994acf4dca 100644
--- a/clang/test/CodeGen/sections.c
+++ b/clang/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
OpenPOWER on IntegriCloud