diff options
Diffstat (limited to 'test/Driver/cloudabi.c')
-rw-r--r-- | test/Driver/cloudabi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Driver/cloudabi.c b/test/Driver/cloudabi.c new file mode 100644 index 0000000..99a2bc2 --- /dev/null +++ b/test/Driver/cloudabi.c @@ -0,0 +1,3 @@ +// RUN: %clang %s -### -target x86_64-unknown-cloudabi 2>&1 | FileCheck %s +// CHECK: "-cc1" "-triple" "x86_64-unknown-cloudabi" {{.*}} "-ffunction-sections" "-fdata-sections" +// CHECK: "-Bstatic" "--eh-frame-hdr" "--gc-sections" "-o" "a.out" "crt0.o" "crtbegin.o" "{{.*}}" "{{.*}}" "-lc" "-lcompiler_rt" "crtend.o" |