This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-19 04:32:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
unittests
/
Object
/
CMakeLists.txt
9 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Make BinaryRef output correctly in case of empty data. Previously, it would simply output nothing, but it should output an empty string `""`. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185894 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-09 00:54:46 +00:00
set
(
LLVM_LINK_COMPONENTS
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196908 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-10 11:13:32 +00:00
O
b
j
e
c
t
S
u
p
p
o
r
t
Make BinaryRef output correctly in case of empty data. Previously, it would simply output nothing, but it should output an empty string `""`. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185894 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-09 00:54:46 +00:00
)
add_llvm_unittest
(
ObjectTests
Y
A
M
L
T
e
s
t
.
c
p
p
)
Reference in New Issue
Copy Permalink