summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mips-uninit-const-in-ro.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/mips-uninit-const-in-ro.c')
-rw-r--r--clang/test/CodeGen/mips-uninit-const-in-ro.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/test/CodeGen/mips-uninit-const-in-ro.c b/clang/test/CodeGen/mips-uninit-const-in-ro.c
deleted file mode 100644
index 04c21706ab5..00000000000
--- a/clang/test/CodeGen/mips-uninit-const-in-ro.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %clang_cc1 -triple mips-mti--elf -emit-llvm -mrelocation-model static \
-// RUN: -target-feature +noabicalls -mllvm -mgpopt -mllvm \
-// 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.
-
-// CHECK: @a = global [8 x i32] zeroinitializer, section "rodata", align 4
-const int a[8];
OpenPOWER on IntegriCloud