llvm-project/llvm/lib/LTO
Reid Kleckner 570e76bb6c [config] Remove vestigial LLVM_VERSION_INFO
This has been superseded by the llvm/Support/VCSRevision.h header. So
far as I can tell, nothing in the CMake build sets LLVM_VERSION_INFO. It
was always undefined, and the ifdefs using it were dead. However, CMake
is very flexible, so it's possible that I missed some ways to set this
variable. One could, for example, probably pass -DLLVM_VERSION_INFO=x on
the command line and get that through to configure_file, or set the
variable in an obscure way (`set(${proj}_VERSION_INFO "x")`). I'm
reasonably confident that isn't happening, but I'd like a second
opinion.

Update the Bazel and gn builds accordingly.

Differential Revision: https://reviews.llvm.org/D126977
2022-06-07 11:36:26 -07:00
..
CMakeLists.txt [Support][ThinLTO] Move ThinLTO caching to LLVM Support library 2021-10-18 18:57:25 -07:00
LTO.cpp [LTO] Remove legacy PM support 2022-04-13 10:48:08 +02:00
LTOBackend.cpp [iwyu] Handle regressions in libLLVM header include 2022-04-13 20:53:19 +02:00
LTOCodeGenerator.cpp [config] Remove vestigial LLVM_VERSION_INFO 2022-06-07 11:36:26 -07:00
LTOModule.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
SummaryBasedOptimizations.cpp Apply clang-tidy fixes for readability-redundant-smartptr-get in SummaryBasedOptimizations.cpp (NFC) 2022-03-28 09:18:31 -07:00
ThinLTOCodeGenerator.cpp [iwyu] Handle regressions in libLLVM header include 2022-04-13 20:53:19 +02:00
UpdateCompilerUsed.cpp