1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include/llvm/LTO
evgeny 3ab27f6ce8 [ThinLTO] Add correctness check for RO/WO variable import
This patch adds an assertion check for exported read/write-only
variables to be also in import list for module. If they aren't
we may face linker errors, because read/write-only variables are
internalized in their source modules. The patch also changes
export lists to store ValueInfo instead of GUID for performance
considerations.

Differential revision: https://reviews.llvm.org/D70128
2019-11-14 12:24:05 +03:00
..
legacy Move CodeGenFileType enum to Support/CodeGen.h 2019-11-13 16:39:34 -08:00
Caching.h [LTO] Migrate typedef to using 2019-05-02 10:52:34 +00:00
Config.h Move CodeGenFileType enum to Support/CodeGen.h 2019-11-13 16:39:34 -08:00
LTO.h [ThinLTO] Add correctness check for RO/WO variable import 2019-11-14 12:24:05 +03:00
LTOBackend.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SummaryBasedOptimizations.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00