mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
1291eb9615
JITLink supports all code and relocation models, so there's no reason to conditionalize using JITLink on the code or relocation model settings. Clients wanting to use RTDyldObjectLinkingLayer/RuntimeDyld will now need to use a custom object linking layer creator.