mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
fe0e7bb571
reason to expose a global symbol 'decodeInstruction' nor to pollute the global scope with a bunch of external linkage entities (some of which conflict with others elsewhere in LLVM). This is just the initial transition to C++; more cleanups to follow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206717 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
92 B
CMake
5 lines
92 B
CMake
add_llvm_library(LLVMX86Disassembler
|
|
X86Disassembler.cpp
|
|
X86DisassemblerDecoder.cpp
|
|
)
|