Drop the udis86 wrapper from llvm::sys
authorAlp Toker <alp@nuanti.com>
Thu, 17 Jul 2014 20:05:29 +0000 (20:05 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 17 Jul 2014 20:05:29 +0000 (20:05 +0000)
commit3cf9f3731222d5c86173c83b6dec9783f40b305c
treea07d3c52bc0ef0774e6b058a49706e9729b6ecdf
parent55ebcf372ded405250ab6c3249ac05bf97fb7499
Drop the udis86 wrapper from llvm::sys

This optional dependency on the udis86 library was added some time back to aid
JIT development, but doesn't make much sense to link into LLVM binaries these
days.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213300 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
docs/GettingStarted.rst
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Support/Disassembler.h [deleted file]
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Support/CMakeLists.txt
lib/Support/Disassembler.cpp [deleted file]