zig/cmake
Andrew Kelley e857190dab put the previous commit behind cmake option ZIG_PREFER_CLANG_CPP_DYLIB
Without this, building from source caused:

CommandLine Error: Option 'mc-relax-all' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options

This is due to LLVM static libs compiled in multiple times. But without
the LLVM static libs on the linker line, it caused undefined symbol
linker errors.

So our hands are tied. Homebrew users will have to specify
`-DZIG_PREFER_CLANG_CPP_DYLIB`.
2020-04-10 01:25:15 -04:00
..
Findclang.cmake put the previous commit behind cmake option ZIG_PREFER_CLANG_CPP_DYLIB 2020-04-10 01:25:15 -04:00
Findlld.cmake Fix paths to find llvm/clang on DragonFly 2020-04-07 17:13:33 +02:00
Findllvm.cmake Fix paths to find llvm/clang on DragonFly 2020-04-07 17:13:33 +02:00
c_flag_overrides.cmake msvc: reduce inlining aggressivity to workaround a codegen bug in cl.exe cf. #3024 2019-10-16 19:04:50 -04:00
cxx_flag_overrides.cmake msvc: reduce inlining aggressivity to workaround a codegen bug in cl.exe cf. #3024 2019-10-16 19:04:50 -04:00
install.cmake rename libuserland to libstage2 2020-02-16 19:16:08 -05:00