2009-11-08 09:45:36 +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
|
|
|
|
|
|
|
|
// CHECK: clang-cc{{.*}}" "-triple" "amd64-pc-dragonfly"
|
|
|
|
// CHECK: as{{.*}}" "-o" "{{.*}}.o" "{{.*}}.s
|
|
|
|
// 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
|
|
|
|