diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-24 03:59:09 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-24 03:59:09 +0000 |
commit | f1f6e99c536c0c43b87680eaf10c571029edc892 (patch) | |
tree | 14e00e7215c6806a3ab77bdfc28c5df65ded27f9 /clang/test/CodeGen/a15.c | |
parent | dc06b2d39d23210b996ad9a1df8402fb732457f1 (diff) | |
download | bcm5719-llvm-f1f6e99c536c0c43b87680eaf10c571029edc892.tar.gz bcm5719-llvm-f1f6e99c536c0c43b87680eaf10c571029edc892.zip |
Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532."
According to r166543, it is not needed for now.
llvm-svn: 166544
Diffstat (limited to 'clang/test/CodeGen/a15.c')
-rw-r--r-- | clang/test/CodeGen/a15.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/a15.c b/clang/test/CodeGen/a15.c index 3147c198611..115b1091da3 100644 --- a/clang/test/CodeGen/a15.c +++ b/clang/test/CodeGen/a15.c @@ -1,5 +1,4 @@ // RUN: %clang -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null -// REQUIRES: arm-registered-target int main() { return 0; |