blob: 3deee46f9a010a7e51eca488f4a196ca96924375 [file] [log] [blame]
Daniel Dunbar80737ad2009-12-15 22:01:24 +00001// RUN: %clang -ccc-clang-archs "" -ccc-host-triple powerpc64-pc-freebsd8 %s -### 2> %t.log
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00002// RUN: cat %t.log
John Thompson5e517c82009-10-13 18:51:26 +00003// RUN: FileCheck -input-file %t.log %s
Daniel Dunbar5f865672009-05-04 00:31:11 +00004
Daniel Dunbar8ff5b282009-12-11 23:00:49 +00005// CHECK: clang{{.*}}" "-cc1" "-triple" "powerpc64-pc-freebsd8"
John Thompson5e517c82009-10-13 18:51:26 +00006// CHECK: as{{.*}}" "-o" "{{.*}}.o" "{{.*}}.s
7// 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"