diff options
Diffstat (limited to 'clang/test/CodeGen/thinlto-split-dwarf.c')
-rw-r--r-- | clang/test/CodeGen/thinlto-split-dwarf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-split-dwarf.c b/clang/test/CodeGen/thinlto-split-dwarf.c index 4391345ad45..ded58416e26 100644 --- a/clang/test/CodeGen/thinlto-split-dwarf.c +++ b/clang/test/CodeGen/thinlto-split-dwarf.c @@ -10,7 +10,7 @@ // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu \ // RUN: -emit-obj -fthinlto-index=%t.o.thinlto.bc \ -// RUN: -o %t.native.o -split-dwarf-file %t.native.dwo -x ir %t.o +// RUN: -o %t.native.o -split-dwarf-output %t.native.dwo -x ir %t.o // RUN: llvm-readobj -S %t.native.o | FileCheck --check-prefix=O %s // RUN: llvm-readobj -S %t.native.dwo | FileCheck --check-prefix=DWO %s |