]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/cloudabi.c
Vendor import of clang trunk r238337:
[FreeBSD/FreeBSD.git] / test / Driver / cloudabi.c
1 // RUN: %clang %s -### -target x86_64-unknown-cloudabi 2>&1 | FileCheck %s
2 // CHECK: "-cc1" "-triple" "x86_64-unknown-cloudabi" {{.*}} "-ffunction-sections" "-fdata-sections"
3 // CHECK: "-Bstatic" "--eh-frame-hdr" "--gc-sections" "-o" "a.out" "crt0.o" "crtbegin.o" "{{.*}}" "{{.*}}" "-lc" "-lcompiler_rt" "crtend.o"