blob: afdc338f5c12c338aa13959a8e27a933876f0616 [file] [log] [blame]
Daniel Dunbarf7b8eec2009-06-29 20:52:51 +00001// RUN: clang -ccc-clang-archs "" -ccc-host-triple i686-pc-openbsd %s -### 2> %t.log &&
2// RUN: grep 'clang-cc" "-triple" "i386-pc-openbsd"' %t.log &&
3// RUN: grep 'as" "-o" ".*\.o" ".*\.s' %t.log &&
Daniel Dunbar2bbcf662009-08-03 01:28:59 +00004// RUN: grep 'ld" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" ".*ld.so" "-o" "a\.out" ".*crt0.o" ".*crtbegin.o" ".*\.o" "-lgcc" "-lc" "-lgcc" ".*crtend.o"' %t.log &&
Daniel Dunbarf7b8eec2009-06-29 20:52:51 +00005// RUN: true
6