Chandler Carruth | 0259042 | 2012-01-24 01:55:55 +0000 | [diff] [blame] | 1 | // RUN: %clang -no-canonical-prefixes -target amd64-pc-dragonfly %s -### 2> %t.log |
John Thompson | 5e517c8 | 2009-10-13 18:51:26 +0000 | [diff] [blame] | 2 | // RUN: FileCheck -input-file %t.log %s |
| 3 | |
Daniel Dunbar | 8ff5b28 | 2009-12-11 23:00:49 +0000 | [diff] [blame] | 4 | // CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly" |
John Thompson | 5e517c8 | 2009-10-13 18:51:26 +0000 | [diff] [blame] | 5 | // CHECK: ld{{.*}}" "-dynamic-linker" "{{.*}}ld-elf.{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-L{{.*}}/gcc{{.*}}" {{.*}} "-lc" "-lgcc" "{{.*}}crtend.o" "{{.*}}crtn.o" |
| 6 | |
Daniel Dunbar | 5f86567 | 2009-05-04 00:31:11 +0000 | [diff] [blame] | 7 | |