[PATCH] D84349: [llvm][NFC] Remove definition from build system of LLVM_HAVE_TF_AOT

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 22:00:50 PDT 2020


mtrofin marked 2 inline comments as done.
mtrofin added inline comments.


================
Comment at: llvm/include/llvm/Analysis/InlineAdvisor.h:17
 #include "llvm/Analysis/InlineCost.h"
+#include "llvm/Config/config.h"
 #include "llvm/IR/PassManager.h"
----------------
stellaraccident wrote:
> This seems to break installed builds because llvm/Config/config.h does not appear to be created in the installed tree. Do you mind if we roll back this change?
Please see fix in  https://reviews.llvm.org/D84459


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84349/new/

https://reviews.llvm.org/D84349





More information about the llvm-commits mailing list