blob: 8a629da817a00bbfaf2bca0e09ccf4ee1ae0697f [file] [log] [blame]
Chandler Carruth02590422012-01-24 01:55:55 +00001// RUN: %clang -no-canonical-prefixes -target amd64-pc-dragonfly %s -### 2> %t.log
John Thompson5e517c82009-10-13 18:51:26 +00002// RUN: FileCheck -input-file %t.log %s
3
Daniel Dunbar8ff5b282009-12-11 23:00:49 +00004// CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly"
John Thompson5e517c82009-10-13 18:51:26 +00005// 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 Dunbar5f865672009-05-04 00:31:11 +00007