| Index: tests_lit/llvm2ice_tests/globalrelocs.ll
|
| diff --git a/tests_lit/llvm2ice_tests/globalrelocs.ll b/tests_lit/llvm2ice_tests/globalrelocs.ll
|
| index 1b6b3a3713153b3d38ffe12233f4d4be75a42d53..a745efee125d2e10cf9de90f2e1e78a59b45fb93 100644
|
| --- a/tests_lit/llvm2ice_tests/globalrelocs.ll
|
| +++ b/tests_lit/llvm2ice_tests/globalrelocs.ll
|
| @@ -5,13 +5,13 @@
|
| ; Test that we handle it in the ICE converter.
|
| ; RUN: %lc2i -i %s --args -verbose inst -threads=0 \
|
| ; RUN: | %iflc FileCheck %s
|
| -; RUN: %lc2i -i %s --args -verbose inst -threads=0 \
|
| +; RUN: %lc2i -i %s --args -verbose inst,init -threads=0 \
|
| ; RUN: | %iflc FileCheck --check-prefix=DUMP %s
|
|
|
| ; Test that we handle it using Subzero's bitcode reader.
|
| ; RUN: %p2i -i %s --args -verbose inst -threads=0 \
|
| ; RUN: | FileCheck %s
|
| -; RUN: %p2i -i %s --args -verbose inst -threads=0 \
|
| +; RUN: %p2i -i %s --args -verbose inst,init -threads=0 \
|
| ; RUN: | FileCheck --check-prefix=DUMP %s
|
|
|
| @bytes = internal global [7 x i8] c"abcdefg"
|
|
|