2009-11-08 04:45:36 +03:00
|
|
|
// RUN: clang -ccc-clang-archs "" -ccc-host-triple powerpc64-pc-freebsd8 %s -### 2> %t.log
|
|
|
|
// RUN: cat %t.log
|
2009-10-13 22:51:26 +04:00
|
|
|
// RUN: FileCheck -input-file %t.log %s
|
2009-05-04 04:31:11 +04:00
|
|
|
|
2009-10-13 22:51:26 +04:00
|
|
|
// CHECK: clang-cc{{.*}}" "-triple" "powerpc64-pc-freebsd8"
|
|
|
|
// CHECK: as{{.*}}" "-o" "{{.*}}.o" "{{.*}}.s
|
|
|
|
// CHECK: ld{{.*}}" "--eh-frame-hdr" "-dynamic-linker" "{{.*}}ld-elf{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "{{.*}}crtend.o" "{{.*}}crtn.o"
|