Index: tests_lit/llvm2ice_tests/nacl-atomic-fence-all.ll |
diff --git a/tests_lit/llvm2ice_tests/nacl-atomic-fence-all.ll b/tests_lit/llvm2ice_tests/nacl-atomic-fence-all.ll |
index 8ca3180f15af963493a2741d9dbfb76b7083f073..08d9a3b3a4d92cfb1dc16c8c1981f1fcbc240cf1 100644 |
--- a/tests_lit/llvm2ice_tests/nacl-atomic-fence-all.ll |
+++ b/tests_lit/llvm2ice_tests/nacl-atomic-fence-all.ll |
@@ -3,7 +3,8 @@ |
; (unlike the non-"all" variety of nacl.atomic.fence, which only |
; applies to atomic load/stores). |
; |
-; RUN: %llvm2ice -O2 --verbose none %s \ |
+; TODO(kschimpf) Find out why lc2i is needed. |
+; RUN: %lc2i -i %s --args -O2 --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 |