| 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 8170676f0588f76bdf1251f74db075e2ed764a53..b538ede4ad3a0f3b255b05b7d97c4fb53149bac3 100644
|
| --- a/tests_lit/llvm2ice_tests/elf_nodata.ll
|
| +++ b/tests_lit/llvm2ice_tests/elf_nodata.ll
|
| @@ -3,7 +3,7 @@
|
|
|
| ; For the integrated ELF writer, we can't pipe the output because we need
|
| ; to seek backward and patch up the file headers. So, use a temporary file.
|
| -; RUN: %p2i -i %s --args -O2 --verbose none -elf-writer -o %t \
|
| +; RUN: %p2i -i %s --args -O2 --verbose none -filetype=obj -o %t \
|
| ; RUN: && llvm-readobj -file-headers -sections -section-data \
|
| ; RUN: -relocations -symbols %t | FileCheck %s
|
|
|
|
|