Index: tests_lit/llvm2ice_tests/elf_function_sections.ll |
diff --git a/tests_lit/llvm2ice_tests/elf_function_sections.ll b/tests_lit/llvm2ice_tests/elf_function_sections.ll |
index 4f38e3308d1010c4c3d21f1a2cb2f89aedf16123..804ba1de30c6ad0be617e39221838a05cbdae273 100644 |
--- a/tests_lit/llvm2ice_tests/elf_function_sections.ll |
+++ b/tests_lit/llvm2ice_tests/elf_function_sections.ll |
@@ -1,6 +1,6 @@ |
; Tests filetype=obj with -ffunction-sections. |
-; RUN: %p2i -i %s --filetype=obj --args -O2 -o %t -ffunction-sections && \ |
+; RUN: %p2i -i %s --filetype=obj --output %t --args -O2 -ffunction-sections && \ |
; RUN: llvm-readobj -file-headers -sections -section-data \ |
; RUN: -relocations -symbols %t | FileCheck %s |