| Index: tests_lit/llvm2ice_tests/reorder-pooled-constants.ll
|
| diff --git a/tests_lit/llvm2ice_tests/reorder-pooled-constants.ll b/tests_lit/llvm2ice_tests/reorder-pooled-constants.ll
|
| index ce53ea14f8dfff6d0707c081a81899ca25d94f5b..4bc3c20a2ffbad50d051753168a1409f022d598a 100644
|
| --- a/tests_lit/llvm2ice_tests/reorder-pooled-constants.ll
|
| +++ b/tests_lit/llvm2ice_tests/reorder-pooled-constants.ll
|
| @@ -3,11 +3,11 @@
|
|
|
| ; RUN: %p2i --assemble --disassemble --filetype=obj --dis-flags=-s \
|
| ; RUN: --target x8632 -i %s --args -sz-seed=1 -O2 -reorder-pooled-constants \
|
| -; RUN: | FileCheck %s --check-prefix=X86
|
| +; RUN: -allow-externally-defined-symbols | FileCheck %s --check-prefix=X86
|
|
|
| ; RUN: %p2i --assemble --disassemble --filetype=obj --dis-flags=-s \
|
| ; RUN: --target x8632 -i %s --args -sz-seed=1 -Om1 -reorder-pooled-constants \
|
| -; RUN: | FileCheck %s --check-prefix=X86
|
| +; RUN: -allow-externally-defined-symbols | FileCheck %s --check-prefix=X86
|
|
|
| @__init_array_start = internal constant [0 x i8] zeroinitializer, align 4
|
| @__fini_array_start = internal constant [0 x i8] zeroinitializer, align 4
|
|
|