[all-commits] [llvm/llvm-project] 652e30: [llvm][NFC] Remove definition from build system of...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Jul 22 11:16:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 652e30476c52d2b47295bcf37a89a8824a1b6b9d
https://github.com/llvm/llvm-project/commit/652e30476c52d2b47295bcf37a89a8824a1b6b9d
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/CMakeLists.txt
M llvm/include/llvm/Analysis/InlineAdvisor.h
Log Message:
-----------
[llvm][NFC] Remove definition from build system of LLVM_HAVE_TF_AOT
We can just use the definition from config.h. This means we need to move
a few lines around in CMakeLists.txt - the TF_AOT detection needs to be
before the spot we process the config.h.cmake files.
Differential Revision: https://reviews.llvm.org/D84349
More information about the All-commits
mailing list