[PATCH] D84349: [llvm][NFC] Remove definition from build system of LLVM_HAVE_TF_AOT
Stella Laurenzo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 21:49:03 PDT 2020
stellaraccident 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"
----------------
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?
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