| Index: tests_lit/llvm2ice_tests/elf_nodata.ll
|
| diff --git a/tests_lit/llvm2ice_tests/elf_nodata.ll b/tests_lit/llvm2ice_tests/elf_nodata.ll
|
| index 14e10834b5b2246cd6744146d91a2b05215aadb9..a28639a69caffc6157f093353fc05cfd6f7279c8 100644
|
| --- a/tests_lit/llvm2ice_tests/elf_nodata.ll
|
| +++ b/tests_lit/llvm2ice_tests/elf_nodata.ll
|
| @@ -1,14 +1,17 @@
|
| ; Tests that we generate an ELF container correctly when there
|
| ; is no data section.
|
|
|
| -; RUN: %p2i -i %s --filetype=obj --args -O2 --verbose none -o %t \
|
| +; RUN: %p2i -i %s --filetype=obj --args -O2 -o %t \
|
| ; RUN: && llvm-readobj -file-headers -sections -section-data \
|
| ; RUN: -relocations -symbols %t | FileCheck %s
|
|
|
| -; RUN: %p2i -i %s --args -O2 --verbose none \
|
| -; RUN: | llvm-mc -triple=i686-none-nacl -filetype=obj -o - \
|
| -; RUN: | llvm-readobj -file-headers -sections -section-data \
|
| -; RUN: -relocations -symbols - | FileCheck %s
|
| +; RUN: %if --need=allow_dump --command %p2i -i %s --args -O2 \
|
| +; RUN: | %if --need=allow_dump --command \
|
| +; RUN: llvm-mc -triple=i686-none-nacl -filetype=obj -o - \
|
| +; RUN: | %if --need=allow_dump --command \
|
| +; RUN: llvm-readobj -file-headers -sections -section-data \
|
| +; RUN: -relocations -symbols - \
|
| +; RUN: | %if --need=allow_dump --command FileCheck %s
|
|
|
| declare void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1)
|
|
|
|
|