mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
edfb3fc27c
Linking modules containing aliases to GEPs is still not quite right. GEPs that are equivalent to bitcasts will be replaced by bitcasts, GEPs that are not will just break. Aliases to GEPs that are not equivalent to bitcasts are horribly broken anyway (it might be worth adding an assert when creating the alias to prevent these being created; they just cause problems later). llvm-svn: 93052 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
LinkArchives.cpp | ||
Linker.cpp | ||
LinkItems.cpp | ||
LinkModules.cpp | ||
Makefile |