diff options
author | Balazs Benics <benicsbalazs@gmail.com> | 2020-07-31 10:28:14 +0200 |
---|---|---|
committer | Balazs Benics <benicsbalazs@gmail.com> | 2020-07-31 10:28:14 +0200 |
commit | 63d3aeb529a7b0fb95c2092ca38ad21c1f5cfd74 (patch) | |
tree | d9a8dff1cdebdfd80c0693e5fd2f7c3fb7c4529d /llvm/lib/CodeGen/MachinePipeliner.cpp | |
parent | a50cec71ecea5680c15752d211db16d49d5b1f12 (diff) | |
download | llvm-63d3aeb529a7b0fb95c2092ca38ad21c1f5cfd74.zip llvm-63d3aeb529a7b0fb95c2092ca38ad21c1f5cfd74.tar.gz llvm-63d3aeb529a7b0fb95c2092ca38ad21c1f5cfd74.tar.bz2 |
[analyzer] Fix out-of-tree only clang build by not relaying on private header
It turned out that the D78704 included a private LLVM header, which is excluded
from the LLVM install target.
I'm substituting that `#include` with the public one by moving the necessary
`#define` into that. There was a discussion about this at D78704 and on the
cfe-dev mailing list.
I'm also placing a note to remind others of this pitfall.
Reviewed By: mgorny
Differential Revision: https://reviews.llvm.org/D84929
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
0 files changed, 0 insertions, 0 deletions