Fix implicit include dependencies on SmallVector.h.
authorSimon Tatham <simon.tatham@arm.com>
Fri, 26 Jun 2020 12:47:33 +0000 (13:47 +0100)
committerSimon Tatham <simon.tatham@arm.com>
Fri, 26 Jun 2020 12:49:17 +0000 (13:49 +0100)
commit41eb63929183c0913886c407b925f1716234cf8e
tree01cb9e5ff8bd7102b74c1f8daf929a9fddf44fc2
parent4319c48fc7fd196864121db2066d3b3561577406
Fix implicit include dependencies on SmallVector.h.

Both `AArch64TargetParser.h` and `ARMTargetParser.h` refer to
`SmallVectorImpl` without directly including the header that defines
it, which works fine until nothing else happens to include it anyway.
llvm/include/llvm/Support/AArch64TargetParser.h
llvm/include/llvm/Support/ARMTargetParser.h