projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a477054
)
The emitted IR is the same, we need these flags to actually use the LLVM target.
author
Nick Lewycky
<nicholas@mxc.ca>
Fri, 11 Oct 2013 03:52:43 +0000
(
03:52
+0000)
committer
Nick 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
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/sections.c
b/clang/test/CodeGen/sections.c
index
c03391f
..
7994acf
100644
(file)
--- 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