| Index: tests_lit/reader_tests/globalrelocs.ll
|
| diff --git a/tests_lit/reader_tests/globalrelocs.ll b/tests_lit/reader_tests/globalrelocs.ll
|
| index 8dda67e1f082cd505c449061a23d95835face00d..c7b4c3dd83cd6cbfc0922880f8c70b9d33556459 100644
|
| --- a/tests_lit/reader_tests/globalrelocs.ll
|
| +++ b/tests_lit/reader_tests/globalrelocs.ll
|
| @@ -1,10 +1,8 @@
|
| ; Tests if we handle global variables with relocation initializers.
|
|
|
| -; Test that we handle it in the ICE converter.
|
| -; RUN: %lc2i -i %s --insts | FileCheck %s
|
| -
|
| -; Test that we handle it using Subzero's bitcode reader.
|
| -; RUN: %p2i -i %s --insts | FileCheck %s
|
| +; RUN: %p2i -i %s --insts | %ifp FileCheck %s
|
| +; RUN: %l2i -i %s --insts | %ifl FileCheck %s
|
| +; RUN: %lc2i -i %s --insts | %iflc FileCheck %s
|
|
|
| @bytes = internal global [7 x i8] c"abcdefg"
|
| ; CHECK: @bytes = internal global [7 x i8] c"abcdefg"
|
|
|