brintos

brintos / llvm-project-archived public Read only

0
0
Text · 334 B · 0de5cbf Raw
7 lines · c
1// A basic C link command-line with optimization with known OS and LTO enabled.2 3// RUN: %clang -### -O2 -flto --target=wasm32-wasi --sysroot=/foo %s 2>&1 \4// RUN:   | FileCheck -check-prefix=LINK_OPT_KNOWN %s5// LINK_OPT_KNOWN: "-cc1" {{.*}} "-o" "[[temp:[^"]*]]"6// LINK_OPT_KNOWN: wasm-ld{{.*}}" "-L/foo/lib/wasm32-wasi/llvm-lto/7