Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Clang integration?
reckless:
I long since ditched the old llvm-gcc and instead added dragonegg support to mingw (latest version with dragonegg on my site is 4.6.3) thanks to xunxun for the initial work.
Its a bit different than dragonegg on linux as each compiler has its own plugin.
Elaborating for C use -fplugin=dragonegg-cc1 for C++ use -fplugin=dragonegg-cc1plus etc.
It works fine most of the time but in a few cases i ran into problems linking stuff when the plugin was enabled, in that case add -Wl,--allow-multiple-definition to the linker flags.
Navigation
[0] Message Index
[*] Previous page
Go to full version