Ed Schouten | 3c3e58c | 2015-03-26 11:13:44 +0000 | [diff] [blame^] | 1 | // 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" |