This patch consolidates add_compiler_rt_osx_static_runtime and add_compiler_rt_darwin_dynamic_runtime into a single new function add_compiler_rt_darwin_runtime.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake | ||
---|---|---|
109 | If I pass SHARED *and* STATIC, I only get SHARED? Maybe an error would be useful, here (straight to error, since it's a developer problem (bad CMake call)). |
If I pass SHARED *and* STATIC, I only get SHARED? Maybe an error would be useful, here (straight to error, since it's a developer problem (bad CMake call)).