Skip to content
  1. Oct 12, 2013
    • Manman Ren's avatar
      Debug Info: remove form from function addDIEEntry. · 4c4b69c9
      Manman Ren authored
      The form must be a reference form in addDIEEntry. Which reference form to
      use will be decided by the callee.
      
      No functionality change.
      
      llvm-svn: 192517
      4c4b69c9
    • Andrew Kaylor's avatar
      Fixing problems in lli's RemoteMemoryManager. · 6587bcfd
      Andrew Kaylor authored
      This fixes a problem from a previous check-in where a return value was omitted.
      
      Previously the remote/stubs-remote.ll and remote/stubs-sm-pic.ll tests were reporting passes, but they should have been failing.  Those tests attempt to link against an external symbol and remote symbol resolution is not supported.  The old RemoteMemoryManager implementation resulted in local symbols being used for resolution and the child process crashed but the test didn't notice.  With this check-in remote symbol resolution fails, and so the test (correctly) fails.
      
      llvm-svn: 192514
      6587bcfd
  2. Oct 11, 2013
Loading