summaryrefslogtreecommitdiffstats
path: root/test/Driver/dragonfly.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/dragonfly.c')
-rw-r--r--test/Driver/dragonfly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/dragonfly.c b/test/Driver/dragonfly.c
index 40f12e4..2eb3b18 100644
--- a/test/Driver/dragonfly.c
+++ b/test/Driver/dragonfly.c
@@ -1,7 +1,7 @@
// RUN: clang -ccc-host-triple amd64-pc-dragonfly %s -### 2> %t.log
// RUN: FileCheck -input-file %t.log %s
-// CHECK: clang-cc{{.*}}" "-triple" "amd64-pc-dragonfly"
+// CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly"
// CHECK: as{{.*}}" "-o" "{{.*}}.o" "{{.*}}.s
// CHECK: ld{{.*}}" "-dynamic-linker" "{{.*}}ld-elf.{{.*}}" "-o" "a.out" "{{.*}}crt1.o" "{{.*}}crti.o" "{{.*}}crtbegin.o" "{{.*}}.o" "-L{{.*}}/gcc{{.*}}" {{.*}} "-lc" "-lgcc" "{{.*}}crtend.o" "{{.*}}crtn.o"
OpenPOWER on IntegriCloud