diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2013-10-11 03:52:43 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2013-10-11 03:52:43 +0000 |
| commit | ce6a4aacb48b254f437b9828cd7c3626db3e2893 (patch) | |
| tree | f03ea8432580c2c0832d2e98e260c255847ee3c4 | |
| parent | a4770543f1f9ff30280052a0c18b5f48cce4d888 (diff) | |
| download | bcm5719-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.c | 2 |
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 |

