blob: cebefca7c186616d292336d3c35d9006e84956b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Make static linking work by default for simple binaries (bug #892956)
llvm-runtimes/libunwind static-libs
# use lld by default
llvm-core/llvm -binutils-plugin
# use all defaults
llvm-runtimes/compiler-rt clang
# disable sanitizers for now
llvm-core/clang-runtime compiler-rt libcxx -sanitize
# llvm-runtimes/compiler-rt-sanitizers clang
llvm-runtimes/libcxx libcxxabi
|