2009-12-16 06:01:24 +08:00
|
|
|
// RUN: %clang -ccc-host-triple amd64-pc-dragonfly %s -### 2> %t.log
|
2009-10-14 02:51:26 +08:00
|
|
|
// RUN: FileCheck -input-file %t.log %s
|
|
|
|
|
2009-12-12 07:00:49 +08:00
|
|
|
// CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly"
|
2009-10-14 02:51:26 +08:00
|
|
|
// CHECK: ld{{.*}}" "-dynamic-linker" "{{.*}}ld-elf.{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-L{{.*}}/gcc{{.*}}" {{.*}} "-lc" "-lgcc" "{{.*}}crtend.o" "{{.*}}crtn.o"
|
|
|
|
|
2009-05-04 08:31:11 +08:00
|
|
|
|