When using regular (host) build environments (on RedHat and
alikes at least), LLVM_BINUTILS_INCDIR usually expands to
/usr/include, which is always present. Since plugin-api.h
comes from separate binutils-devel package, an absence of
the latter causes compilation error, which can be avoided
by adding explicit check for plugin-api.h.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo