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
08bcf29068
llvm-project
/
llvm
/
lib
/
Target
/
Sparc
/
MCTargetDesc
/
CMakeLists.txt
6 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. llvm-svn: 135219
2011-07-15 07:50:31 +08:00
add_llvm_library
(
LLVMSparcDesc
S
p
a
r
c
M
C
T
a
r
g
e
t
D
e
s
c
.
c
p
p
S
p
a
r
c
M
C
A
s
m
I
n
f
o
.
c
p
p
[Sparc] Add target specific MCExpr class to handle sparc specific modifiers like %hi, %lo, etc., llvm-svn: 198029
2013-12-26 08:01:52 +08:00
S
p
a
r
c
M
C
E
x
p
r
.
c
p
p
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. llvm-svn: 135219
2011-07-15 07:50:31 +08:00
)