forked from OSchip/llvm-project
[mips] Fixup r309940.
Needed a // REQUIRES: mips-registered-target llvm-svn: 309942
This commit is contained in:
parent
ddb19248eb
commit
2ee2263640
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue