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.

llvm-svn: 192417

clang/test/CodeGen/sections.c

index c03391f..7994acf 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