Skip to content

Compile llvm and clang with RTTI #119

@pfernique

Description

@pfernique

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions