llvm-project/llvm/lib/LTO
Rafael Espindola 8a1ca67461 Don't drop dso_local in LTO.
LTO sets dso_local as an optimization, so don't clear it.

This avoid clearing it from undefined hidden symbols, which would then
fail the verifier.

llvm-svn: 322814
2018-01-18 05:38:43 +00:00
..
CMakeLists.txt Support: Add a VCSRevision.h header file. 2017-04-13 01:26:12 +00:00
Caching.cpp LTO: clarify why we need to gracefully handle sys::fs::rename failures 2017-11-16 01:16:52 +00:00
LLVMBuild.txt [lib/LTO] Add a way to run a custom pipeline 2016-09-07 17:46:16 +00:00
LTO.cpp Don't drop dso_local in LTO. 2018-01-18 05:38:43 +00:00
LTOBackend.cpp [Support] Rename tool_output_file to ToolOutputFile, NFC 2017-09-23 01:03:17 +00:00
LTOCodeGenerator.cpp Fix more inconsistent line endings. NFC. 2017-12-18 19:46:56 +00:00
LTOModule.cpp [LTO] Simplify code. No functionality change intended. 2017-12-28 18:31:19 +00:00
ThinLTOCodeGenerator.cpp [ThinLTO] - Remove code duplication. NFC. 2018-01-17 10:33:05 +00:00
UpdateCompilerUsed.cpp Remove redundant includes from lib/LTO. 2017-12-13 21:30:53 +00:00