llvm-libc exhibits a C interface but its source is C++.
This patch explicitly disables the use of exceptions and RTTI when compiling the entrypoints.
Details
Details
- Reviewers
sivachandra - Commits
- rGa33e98543a68: [libc] Disable rtti/expections
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/cmake/modules/LLVMLibCObjectRules.cmake | ||
---|---|---|
16 | This is cloned from LLVM' llvm_update_compile_flags but I'm not sure we want to support IBM's compiler at this point. |
libc/cmake/modules/LLVMLibCObjectRules.cmake | ||
---|---|---|
16 | Up to you. We don't have any testing planned in the near future so it will be just bit rot. |
This is cloned from LLVM' llvm_update_compile_flags but I'm not sure we want to support IBM's compiler at this point.