[PATCH] D84243: Build: Move TF source file inclusion from build system to source files
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 08:49:57 PDT 2020
thakis created this revision.
thakis added a reviewer: mtrofin.
Herald added subscribers: hiraditya, mgorny.
Herald added a project: LLVM.
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".
https://reviews.llvm.org/D84243
Files:
llvm/include/llvm/Config/config.h.cmake
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
llvm/lib/Analysis/MLInlineAdvisor.cpp
llvm/lib/Analysis/ReleaseModeModelRunner.cpp
llvm/lib/Analysis/TFUtils.cpp
llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84243.279542.patch
Type: text/x-patch
Size: 7565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200721/57ba818b/attachment.bin>
More information about the llvm-commits
mailing list