Changed to Chris Lattner's suggested approach, which
authorSean Callanan <scallanan@apple.com>
Tue, 2 Feb 2010 00:04:46 +0000 (00:04 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 2 Feb 2010 00:04:46 +0000 (00:04 +0000)
commit37ad4661b4737e70c9f6a8a2037b4a9731add351
tree5eba205bed89875390344ce636ecf7378e5678e8
parent39bdc78e6fcc2a152c6143952c23fba5db983227
Changed to Chris Lattner's suggested approach, which
merely stubs out the blocks-based disassembly functions
if the library wasn't built with blocks, which allows a
constant .exports file and also properly deals with
situations in which the compiler used to build a client
is different from the compiler used to build the library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95034 91177308-0d34-0410-b5e6-96231b3b80d8
tools/ed/EDMain.cpp
tools/ed/EnhancedDisassembly.exports [new file with mode: 0644]
tools/ed/EnhancedDisassembly.exports.blocks [deleted file]
tools/ed/EnhancedDisassembly.exports.noblocks [deleted file]
tools/ed/Makefile