The forward declaration for SmallVector does not play well with clang-5.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think you also should do the same for
clang/include/clang/Basic/LLVM.h
lld/include/lld/Common/LLVM.h
Otherwise folks will this this same issue on the bots when SmallVector<T> starts being used there. (maybe change a random SmallVector<T, N> to a SmallVector<T> in each of those subprojects)