blob: 8db3d85cb12b9f3515307026b25be66be53a64ab [file] [log] [blame]
Ed Schouten3c3e58c2015-03-26 11:13:44 +00001// RUN: %clangxx %s -### -target x86_64-unknown-cloudabi 2>&1 | FileCheck %s
2// CHECK: "-cc1" "-triple" "x86_64-unknown-cloudabi"
3// CHECK: "-Bstatic" "--eh-frame-hdr" "--gc-sections" "-o" "a.out" "crt0.o" "crtbegin.o" "{{.*}}" "{{.*}}" "-lc++" "-lc++abi" "-lunwind" "-lc" "-lcompiler_rt" "crtend.o"