Index: tests_lit/llvm2ice_tests/fp.call_ret.ll |
diff --git a/tests_lit/llvm2ice_tests/fp.call_ret.ll b/tests_lit/llvm2ice_tests/fp.call_ret.ll |
index f81b317ec05e5eaf4c897c1097ba3a720dbcf96f..b305ae904c8437fa68f67bedfba17181df4ef5c3 100644 |
--- a/tests_lit/llvm2ice_tests/fp.call_ret.ll |
+++ b/tests_lit/llvm2ice_tests/fp.call_ret.ll |
@@ -4,10 +4,10 @@ |
; there are no special OPTM1 match lines. |
; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \ |
-; RUN: --target x8632 -i %s --args -O2 \ |
+; RUN: --target x8632 -i %s --args -O2 -allow-externally-defined-symbols \ |
; RUN: | %if --need=target_X8632 --command FileCheck %s |
; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \ |
-; RUN: --target x8632 -i %s --args -Om1 \ |
+; RUN: --target x8632 -i %s --args -Om1 -allow-externally-defined-symbols \ |
; RUN: | %if --need=target_X8632 --command FileCheck %s |
; Can't test on ARM yet. Need to use several vpush {contiguous FP regs}, |