John McCall | 65b8da0 | 2013-04-11 22:55:55 +0000 | [diff] [blame] | 1 | // RUN: %clang -no-canonical-prefixes -target x86_64-pc-dragonfly %s -### 2> %t.log |
John Thompson | 271f1f0 | 2009-10-13 18:51:26 +0000 | [diff] [blame] | 2 | // RUN: FileCheck -input-file %t.log %s |
| 3 | |
John McCall | 65b8da0 | 2013-04-11 22:55:55 +0000 | [diff] [blame] | 4 | // CHECK: clang{{.*}}" "-cc1" "-triple" "x86_64-pc-dragonfly" |
John McCall | 67517f0 | 2013-04-11 23:25:27 +0000 | [diff] [blame] | 5 | // CHECK: ld{{.*}}" "--eh-frame-hdr" "-dynamic-linker" "/usr/libexec/ld-elf.so.{{.*}}" "--hash-style=both" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-L{{.*}}gcc4{{.*}}" "-rpath" "{{.*}}gcc4{{.*}}" "-lc" "-lgcc" "{{.*}}crtend.o" "{{.*}}crtn.o" |
John Thompson | 271f1f0 | 2009-10-13 18:51:26 +0000 | [diff] [blame] | 6 | |
Daniel Dunbar | 4ddeb20 | 2009-05-04 00:31:11 +0000 | [diff] [blame] | 7 | |