freebsd-dev/test/Driver/dragonfly.c

8 lines
380 B
C
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang -ccc-host-triple amd64-pc-dragonfly %s -### 2> %t.log
2009-10-14 18:03:49 +00:00
// RUN: FileCheck -input-file %t.log %s
2009-12-15 18:49:47 +00:00
// CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly"
2009-10-14 18:03:49 +00:00
// CHECK: ld{{.*}}" "-dynamic-linker" "{{.*}}ld-elf.{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-L{{.*}}/gcc{{.*}}" {{.*}} "-lc" "-lgcc" "{{.*}}crtend.o" "{{.*}}crtn.o"
2009-06-02 17:58:47 +00:00