[all-commits] [llvm/llvm-project] 4fe912: Build: Move TF source file inclusion from build sy...
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Jul 21 10:03:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4fe912f1868c196cce24b40d3eee21da3d7cd28c
https://github.com/llvm/llvm-project/commit/4fe912f1868c196cce24b40d3eee21da3d7cd28c
Author: Nico Weber <thakis at chromium.org>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M llvm/include/llvm/Config/config.h.cmake
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
M llvm/lib/Analysis/MLInlineAdvisor.cpp
M llvm/lib/Analysis/ReleaseModeModelRunner.cpp
M llvm/lib/Analysis/TFUtils.cpp
M llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
Log Message:
-----------
Build: Move TF source file inclusion from build system to source files
Outside of compiler-rt (where it's arguably an anti-pattern too),
LLVM tries to keep its build files as simple as possible. See e.g.
llvm/docs/SupportLibrary.rst, "Code Organization".
Differential Revision: https://reviews.llvm.org/D84243
More information about the All-commits
mailing list