[cfe-dev] RTTI/EH in prepackaged versions of clang (6.0.1)

Miklos Vajna via cfe-dev cfe-dev at lists.llvm.org
Tue Mar 26 01:44:25 PDT 2019


Hi,

On Sat, Mar 23, 2019 at 06:19:12PM +0100, Viktor Was BSc via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> I essentially want to know if the packaged version is built with LLVM_ENABLE_RTTI and/or LLVM_ENABLE_EH or other flags that could be problematic for plugin loading/usage.

Do you know about llvm-config? Probably the best is if you use
'llvm-config --cxxflags' to find out what flags you need to use for your
plugin, and stop guessing manually.

Regards,

Miklos
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190326/16af407e/attachment.sig>


More information about the cfe-dev mailing list