Skip to content
  • Evan Cheng's avatar
    For some targets, it's not possible to place GVs in the same memory buffer as... · 9340be46
    Evan Cheng authored
    For some targets, it's not possible to place GVs in the same memory buffer as the MachineCodeEmitter allocated memory. Code and data has different read / write / execution privilege requirements.
    
    This is a short term workaround. The current solution is for the JIT memory manager to manage code and data memory separately.
    
    llvm-svn: 58688
    9340be46
Loading