Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile llvm and clang with RTTI #119

Open
pfernique opened this issue Jan 26, 2019 · 0 comments
Open

Compile llvm and clang with RTTI #119

pfernique opened this issue Jan 26, 2019 · 0 comments

Comments

@pfernique
Copy link

Could it be possible to modify the llvm-compilers-feedstock/recipe/build.sh to add the option _cmake_config+=(-DLLVM_ENABLE_RTTI:BOOL=ON) ?
This would enable RTTI on llvm and clang libraries.
I know it is not standard, but to construct PyBind11 or Boost.Python wrappers of Clang, this is mandatory.
This is used in the ClangLite for AutoWIG, an automatic C++/Python binding generator based on Clang generated ASTs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant