OSDN Git Service

Added a bare-bones Makefile to build the enhanced disassembly
authorSean Callanan <scallanan@apple.com>
Fri, 29 Jan 2010 01:30:01 +0000 (01:30 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 29 Jan 2010 01:30:01 +0000 (01:30 +0000)
commitbd51cdd0676ac7793a9bd3362a64bcf3168b15f7
tree036966914fb8d0db2f2fe09ee9c5b4330db598fb
parenta78def96803f4f690ab7015b6b308004e9b2c8dd
Added a bare-bones Makefile to build the enhanced disassembly
library as a static and a shared library.  Added dependencies
so the target-specific enhanced disassembly info tables are
built before the library.

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