blob: e97854e90bfe46bb3d8cfb8163f33f991629c488 [file] [log] [blame]
Daniel Dunbarb1e5e662009-08-24 09:16:49 +00001// RUN: clang -ccc-clang-archs "" -ccc-host-triple powerpc64-pc-freebsd8 %s -### 2> %t.log &&
Daniel Dunbar5f865672009-05-04 00:31:11 +00002// RUN: cat %t.log &&
3// RUN: grep 'clang-cc" "-triple" "powerpc64-pc-freebsd8"' %t.log &&
4// RUN: grep 'as" "-o" ".*\.o" ".*\.s' %t.log &&
Eli Friedmancb52d282009-07-10 20:10:06 +00005// RUN: grep '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"' %t.log &&
Daniel Dunbar5f865672009-05-04 00:31:11 +00006// RUN: true
7