blob: d768fe656b72a69cf9f7d3bb8a599989e8726023 [file] [log] [blame]
Daniel Dunbar80737ad2009-12-15 22:01:24 +00001// RUN: %clang -ccc-host-triple 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