Building against LLVM 6.0

kinke noone at nowhere.com
Sun Apr 15 22:33:15 UTC 2018


On Sunday, 15 April 2018 at 22:14:03 UTC, Per Nordlöw wrote:
> Why don't I get the plugins when it says
>
> -- Building LDC with plugin support ON (LDC_ENABLE_PLUGINS=ON)
>
> ?

That's because the compiler-rt libs (incl. ASan) aren't 
considered plugins. Plugins here denote Clang-compatible LLVM-IR 
plugins. - What you are probably looking for here is 
`-DLDC_INSTALL_LTOPLUGIN=ON -DLDC_INSTALL_LLVM_RUNTIME_LIBS=ON` 
in the LDC CMake command line.


More information about the digitalmars-d-ldc mailing list