summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-08-03 14:35:06 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-08-03 14:35:06 +0000
commit2ee2263640277ce2df9e84df9c3716fb4551602c (patch)
tree7973b2068affa5ff045054786ccb6fd65259e2fc
parentddb19248eb1bea29aaf5c9ed8b1b19e45b08e8e9 (diff)
downloadbcm5719-llvm-2ee2263640277ce2df9e84df9c3716fb4551602c.tar.gz
bcm5719-llvm-2ee2263640277ce2df9e84df9c3716fb4551602c.zip
[mips] Fixup r309940.
Needed a // REQUIRES: mips-registered-target llvm-svn: 309942
-rw-r--r--clang/test/CodeGen/mips-uninit-const-in-ro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/mips-uninit-const-in-ro.c b/clang/test/CodeGen/mips-uninit-const-in-ro.c
index 62dc68637d7..04c21706ab5 100644
--- a/clang/test/CodeGen/mips-uninit-const-in-ro.c
+++ b/clang/test/CodeGen/mips-uninit-const-in-ro.c
@@ -3,6 +3,8 @@
// RUN: -membedded-data=1 -muninit-const-in-rodata -o - %s | \
// RUN: FileCheck %s
+// REQUIRES: mips-registered-target
+
// Test that -muninit-const-in-rodata places constant uninitialized structures
// in the .rodata section rather than the commeon section.
OpenPOWER on IntegriCloud