Daniel Dunbar | b1e5e66 | 2009-08-24 09:16:49 +0000 | [diff] [blame] | 1 | // RUN: clang -ccc-clang-archs "" -ccc-host-triple powerpc64-pc-freebsd8 %s -### 2> %t.log && |
Daniel Dunbar | 5f86567 | 2009-05-04 00:31:11 +0000 | [diff] [blame] | 2 | // RUN: cat %t.log && |
John Thompson | 5e517c8 | 2009-10-13 18:51:26 +0000 | [diff] [blame^] | 3 | // RUN: FileCheck -input-file %t.log %s |
Daniel Dunbar | 5f86567 | 2009-05-04 00:31:11 +0000 | [diff] [blame] | 4 | |
John Thompson | 5e517c8 | 2009-10-13 18:51:26 +0000 | [diff] [blame^] | 5 | // CHECK: clang-cc{{.*}}" "-triple" "powerpc64-pc-freebsd8" |
| 6 | // 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" |