"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "27fc8f646759b0c7ecf45f39a97906e400f7de52"
-
Benjamin Kramer authored
Necessary to give disassembler users (like darwin's otool) a possibility to dlopen libLTO and still initialize the required LLVM bits. This used to go through libMCDisassembler but that's a gross layering violation, the MC layer can't pull in functions from the targets. Adding a function to libLTO is a bit of a hack but not worse than exposing other disassembler bits from libLTO. Fixes PR14362. llvm-svn: 168545
9bcb9226
Loading