This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
e6663d376e
llvm-project
/
llvm
/
lib
/
Target
/
X86
/
Disassembler
/
CMakeLists.txt
5 lines
92 B
CMake
Raw
Normal View
History
Unescape
Escape
Sketch structure for X86 disassembler. llvm-svn: 89850
2009-11-25 14:53:08 +08:00
add_llvm_library
(
LLVMX86Disassembler
X
8
6
D
i
s
a
s
s
e
m
b
l
e
r
.
c
p
p
What year is it! This file has no reason to be written in C, and has doubly no 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. llvm-svn: 206717
2014-04-21 05:07:34 +08:00
X
8
6
D
i
s
a
s
s
e
m
b
l
e
r
D
e
c
o
d
e
r
.
c
p
p
Sketch structure for X86 disassembler. llvm-svn: 89850
2009-11-25 14:53:08 +08:00
)