freebsd-dev/test/Driver/freebsd.c

8 lines
547 B
C
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang -ccc-clang-archs "" -ccc-host-triple powerpc64-pc-freebsd8 %s -### 2> %t.log
2009-11-18 14:59:57 +00:00
// RUN: cat %t.log
2009-10-14 18:03:49 +00:00
// RUN: FileCheck -input-file %t.log %s
2009-06-02 17:58:47 +00:00
2009-12-15 18:49:47 +00:00
// CHECK: clang{{.*}}" "-cc1" "-triple" "powerpc64-pc-freebsd8"
2009-10-14 18:03:49 +00:00
// CHECK: as{{.*}}" "-o" "{{.*}}.o" "{{.*}}.s
// CHECK: ld{{.*}}" "--eh-frame-hdr" "-dynamic-linker" "{{.*}}ld-elf{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "{{.*}}crtend.o" "{{.*}}crtn.o"