Daniel Dunbar | f7b8eec | 2009-06-29 20:52:51 +0000 | [diff] [blame] | 1 | // 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 && | ||||
4 | // RUN: grep 'ld" "--eh-frame-hdr" "-dynamic-linker" ".*ld.so" "-o" "a\.out" ".*crt0.o" ".*crtbegin.o" ".*\.o" "-lc" ".*crtend.o"' %t.log && | ||||
5 | // RUN: true | ||||
6 |