| Index: tests_lit/assembler/x86/jump_encodings.ll
|
| diff --git a/tests_lit/assembler/x86/jump_encodings.ll b/tests_lit/assembler/x86/jump_encodings.ll
|
| index d594ae9d4cedec83bad94a75df71e267e95fa87e..d94be0a22212e74df02d22ae15657cfc3f55334c 100644
|
| --- a/tests_lit/assembler/x86/jump_encodings.ll
|
| +++ b/tests_lit/assembler/x86/jump_encodings.ll
|
| @@ -2,7 +2,7 @@
|
| ; forward vs backward, using CFG labels, or local labels).
|
|
|
| ; Use -ffunction-sections so that the offsets reset for each function.
|
| -; RUN: %p2i --assemble --disassemble -i %s --args -O2 --verbose none \
|
| +; RUN: %p2i --filetype=obj --disassemble -i %s --args -O2 \
|
| ; RUN: -ffunction-sections | FileCheck %s
|
|
|
| ; Use atomic ops as filler, which shouldn't get optimized out.
|
|
|