Eric Christopher | 2ba5fcb | 2013-02-05 07:29:57 +0000 | [diff] [blame] | 1 | // Check that we split debug output properly |
| 2 | // |
| 3 | // REQUIRES: asserts |
Eric Christopher | 248357f | 2013-02-21 22:35:01 +0000 | [diff] [blame^] | 4 | // RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -c -### %s 2> %t |
Eric Christopher | 2ba5fcb | 2013-02-05 07:29:57 +0000 | [diff] [blame] | 5 | // RUN: FileCheck -check-prefix=CHECK-ACTIONS < %t %s |
| 6 | // |
Eric Christopher | 248357f | 2013-02-21 22:35:01 +0000 | [diff] [blame^] | 7 | // CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo" |
| 8 | // CHECK-ACTIONS: objcopy{{.*}}--strip-dwo{{.*}}"split-debug.o" |
Eric Christopher | 2ba5fcb | 2013-02-05 07:29:57 +0000 | [diff] [blame] | 9 | |
Eric Christopher | 2ba5fcb | 2013-02-05 07:29:57 +0000 | [diff] [blame] | 10 | |