blob: adcb2c9590fe3ba778429588cc5d22ef122b57e4 [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 &&
Daniel Dunbarb1e5e662009-08-24 09:16:49 +00002// RUN: grep 'clang-cc" "-triple" "i686-pc-openbsd"' %t.log &&
Daniel Dunbarf7b8eec2009-06-29 20:52:51 +00003// 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