diff options
Diffstat (limited to 'clang/test/Driver/split-debug.c')
-rw-r--r-- | clang/test/Driver/split-debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Driver/split-debug.c b/clang/test/Driver/split-debug.c index 52f53d3e712..212c12f5395 100644 --- a/clang/test/Driver/split-debug.c +++ b/clang/test/Driver/split-debug.c @@ -3,8 +3,7 @@ // RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -c -### %s 2> %t // RUN: FileCheck -check-prefix=CHECK-ACTIONS < %t %s // -// CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo" -// CHECK-ACTIONS: objcopy{{.*}}--strip-dwo{{.*}}"split-debug.o" +// CHECK-ACTIONS: "-split-dwarf-file" "split-debug.dwo" // RUN: %clang -target x86_64-macosx -gsplit-dwarf -c -### %s 2> %t |