Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use default JIT code model with JITLink
While the small code model would be enough if we created a new JITDylib per Module, Cling adds multiple modules to the same library. This causes problems because weak symbols are merged and may end up more than 2 GB apart. This is especially visible for DW.ref.__gxx_personality_v0 related to exception handling.
- Loading branch information