2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -ccc-clang-archs "" -target i686-pc-openbsd %s -### 2> %t.log
|
2009-10-14 02:51:26 +08:00
|
|
|
// RUN: FileCheck -input-file %t.log %s
|
2009-06-30 04:52:51 +08:00
|
|
|
|
2009-12-12 07:00:49 +08:00
|
|
|
// CHECK: clang{{.*}}" "-cc1" "-triple" "i686-pc-openbsd"
|
2009-10-14 02:51:26 +08:00
|
|
|
// 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"
|