| Index: tests_lit/llvm2ice_tests/ebp_args.ll
|
| diff --git a/tests_lit/llvm2ice_tests/ebp_args.ll b/tests_lit/llvm2ice_tests/ebp_args.ll
|
| index 04f2c7bb7814a94c600225524b042289a40d3af4..3c2cbc5adaa081ae336b7fe3169ee1fd6d6760f2 100644
|
| --- a/tests_lit/llvm2ice_tests/ebp_args.ll
|
| +++ b/tests_lit/llvm2ice_tests/ebp_args.ll
|
| @@ -3,7 +3,8 @@
|
| ; adjustment was incorrectly added to the stack/frame offset for
|
| ; ebp-based frames.
|
|
|
| -; RUN: %llvm2ice -Om1 --target=x8632 --verbose none %s \
|
| +; TODO(kschimpf) Find out why lc2i is needed.
|
| +; RUN: %lc2i -i %s --args -Om1 --target=x8632 --verbose none \
|
| ; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \
|
| ; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | FileCheck %s
|
|
|
|
|