Skip to content
  1. Nov 08, 2012
    • Eric Christopher's avatar
      Add a relocation visitor to lib object. This works via caching relocated · 7c678de8
      Eric Christopher authored
      values in a map that can be passed to consumers. Add a testcase that
      ensures this works for llvm-dwarfdump.
      
      llvm-svn: 167558
      7c678de8
    • Greg Clayton's avatar
      <rdar://problem/12645617> · 84afacd2
      Greg Clayton authored
      <rdar://problem/12153915>  (partial fix)
      
      Remove an assert and place an error message instead so we don't crash when we run into a type tag that we don't recognize. We will now emit a warning so that hopefully we can get a bug report that has example code that shows what we are missing.
      
      Also fixed a case when trying to unique one type to another where we would confuse concrete instances of methods with their definitions and end up not correctly registering the types.
      
      llvm-svn: 167557
      84afacd2
  2. Nov 07, 2012
Loading