diff options
Diffstat (limited to 'clang/test/Misc/cc1as-split-dwarf.s')
-rw-r--r-- | clang/test/Misc/cc1as-split-dwarf.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/cc1as-split-dwarf.s b/clang/test/Misc/cc1as-split-dwarf.s index 0d507b1927d..ade42c803e4 100644 --- a/clang/test/Misc/cc1as-split-dwarf.s +++ b/clang/test/Misc/cc1as-split-dwarf.s @@ -1,5 +1,5 @@ // REQUIRES: x86-registered-target -// RUN: %clang -cc1as -triple x86_64-pc-linux-gnu %s -filetype obj -o %t1 -split-dwarf-file %t2 +// RUN: %clang -cc1as -triple x86_64-pc-linux-gnu %s -filetype obj -o %t1 -split-dwarf-output %t2 // RUN: llvm-objdump -s %t1 | FileCheck --check-prefix=O %s // RUN: llvm-objdump -s %t2 | FileCheck --check-prefix=DWO %s |