Daniel Dunbar | 80737ad | 2009-12-15 22:01:24 +0000 | [diff] [blame] | 1 | // RUN: %clang -ccc-clang-archs "" -ccc-host-triple i686-pc-openbsd %s -### 2> %t.log |
John Thompson | 5e517c8 | 2009-10-13 18:51:26 +0000 | [diff] [blame] | 2 | // RUN: FileCheck -input-file %t.log %s |
Daniel Dunbar | f7b8eec | 2009-06-29 20:52:51 +0000 | [diff] [blame] | 3 | |
Daniel Dunbar | 8ff5b28 | 2009-12-11 23:00:49 +0000 | [diff] [blame] | 4 | // CHECK: clang{{.*}}" "-cc1" "-triple" "i686-pc-openbsd" |
John Thompson | 5e517c8 | 2009-10-13 18:51:26 +0000 | [diff] [blame] | 5 | // CHECK: ld{{.*}}" "-e" "__start" "--eh-frame-hdr" "-Bdynamic" "-dynamic-linker" "{{.*}}ld.so" "-o" "a.out" "{{.*}}crt0.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-lgcc" "-lc" "-lgcc" "{{.*}}crtend.o" |