| Index: tests_lit/llvm2ice_tests/fpcall.ll
|
| diff --git a/tests_lit/llvm2ice_tests/fpcall.ll b/tests_lit/llvm2ice_tests/fpcall.ll
|
| index 969ca8d82c6fda1e17cb8b9b281aff4c8bec29af..07d1830140ea1db2d46313a7e61209d25fa83a53 100644
|
| --- a/tests_lit/llvm2ice_tests/fpcall.ll
|
| +++ b/tests_lit/llvm2ice_tests/fpcall.ll
|
| @@ -3,8 +3,10 @@
|
| ; particular, the top-of-stack must be popped regardless of whether
|
| ; its value is used.
|
|
|
| -; RUN: %p2i --filetype=obj --disassemble -i %s --args -O2 | FileCheck %s
|
| -; RUN: %p2i --filetype=obj --disassemble -i %s --args -Om1 | FileCheck %s
|
| +; RUN: %p2i --filetype=obj --disassemble -i %s --args -O2 \
|
| +; RUN: -allow-externally-defined-symbols | FileCheck %s
|
| +; RUN: %p2i --filetype=obj --disassemble -i %s --args -Om1 \
|
| +; RUN: -allow-externally-defined-symbols | FileCheck %s
|
|
|
| declare float @dummy()
|
|
|
|
|