This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-25 12:12:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
98f63bbad6
llvm-mirror
/
unittests
/
Linker
/
CMakeLists.txt
10 lines
114 B
CMake
Raw
Normal View
History
Unescape
Escape
Reapply r194218 with fix: Move copying of global initializers below the cloning of functions. The BlockAddress doesn't have access to the correct basic blocks until the functions have been cloned. This causes the BlockAddress to point to the old values. Just wait until the functions have been cloned before copying the initializers. PR13163 llvm-svn: 199354
2014-01-16 07:29:36 +01:00
set
(
LLVM_LINK_COMPONENTS
Factor common code it Linker::init. The TypeFinder was not being used in one of the constructors. llvm-svn: 222172
2014-11-17 21:51:01 +01:00
A
s
m
P
a
r
s
e
r
Reapply r194218 with fix: Move copying of global initializers below the cloning of functions. The BlockAddress doesn't have access to the correct basic blocks until the functions have been cloned. This causes the BlockAddress to point to the old values. Just wait until the functions have been cloned before copying the initializers. PR13163 llvm-svn: 199354
2014-01-16 07:29:36 +01:00
c
o
r
e
l
i
n
k
e
r
)
add_llvm_unittest
(
LinkerTests
Inline a few CMake variables into their only uses. No behavior change. Makes unittests CMakeLists.txt files more self-consistent. llvm-svn: 332280
2018-05-14 21:23:31 +02:00
L
i
n
k
M
o
d
u
l
e
s
T
e
s
t
.
c
p
p
Reapply r194218 with fix: Move copying of global initializers below the cloning of functions. The BlockAddress doesn't have access to the correct basic blocks until the functions have been cloned. This causes the BlockAddress to point to the old values. Just wait until the functions have been cloned before copying the initializers. PR13163 llvm-svn: 199354
2014-01-16 07:29:36 +01:00
)
Reference in New Issue
Copy Permalink