blob: 4be2aadd7aaf60c53498bc5227c9a828b977cdad [file] [log] [blame]
John McCall65b8da02013-04-11 22:55:55 +00001// RUN: %clang -no-canonical-prefixes -target x86_64-pc-dragonfly %s -### 2> %t.log
John Thompson271f1f02009-10-13 18:51:26 +00002// RUN: FileCheck -input-file %t.log %s
3
John McCall65b8da02013-04-11 22:55:55 +00004// CHECK: clang{{.*}}" "-cc1" "-triple" "x86_64-pc-dragonfly"
John McCall67517f02013-04-11 23:25:27 +00005// CHECK: ld{{.*}}" "--eh-frame-hdr" "-dynamic-linker" "/usr/libexec/ld-elf.so.{{.*}}" "--hash-style=both" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-L{{.*}}gcc4{{.*}}" "-rpath" "{{.*}}gcc4{{.*}}" "-lc" "-lgcc" "{{.*}}crtend.o" "{{.*}}crtn.o"
John Thompson271f1f02009-10-13 18:51:26 +00006
Daniel Dunbar4ddeb202009-05-04 00:31:11 +00007