[mips] Fixup r309940.

Needed a // REQUIRES: mips-registered-target

llvm-svn: 309942
This commit is contained in:
Simon Dardis 2017-08-03 14:35:06 +00:00
parent ddb19248eb
commit 2ee2263640
1 changed files with 2 additions and 0 deletions

View File

@ -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.