summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/split-debug.s
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/split-debug.s')
-rw-r--r--clang/test/Driver/split-debug.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Driver/split-debug.s b/clang/test/Driver/split-debug.s
index 6e6f8c5b804..64e8f2fa03d 100644
--- a/clang/test/Driver/split-debug.s
+++ b/clang/test/Driver/split-debug.s
@@ -3,7 +3,8 @@
// RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -c -### %s 2> %t
// RUN: FileCheck -check-prefix=CHECK-ACTIONS < %t %s
//
-// CHECK-ACTIONS: "-split-dwarf-file" "split-debug.dwo"
+// CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo"
+// CHECK-ACTIONS: objcopy{{.*}}--strip-dwo{{.*}}"split-debug.o"
// RUN: %clang -target x86_64-macosx -gsplit-dwarf -c -### %s 2> %t
OpenPOWER on IntegriCloud