diff options
author | Xiangling Liao <Xiangling.Liao@ibm.com> | 2021-03-09 13:01:03 -0500 |
---|---|---|
committer | Xiangling Liao <Xiangling.Liao@ibm.com> | 2021-03-09 13:03:52 -0500 |
commit | 561fb7f60ab631e712c3fb6bbeb47061222c6818 (patch) | |
tree | 5ba4c3eca68f3a7f58ea65d962eec3cf60522afc /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 351844edf113cfac59992bd330ca3fbfddb01aaf (diff) | |
download | llvm-561fb7f60ab631e712c3fb6bbeb47061222c6818.zip llvm-561fb7f60ab631e712c3fb6bbeb47061222c6818.tar.gz llvm-561fb7f60ab631e712c3fb6bbeb47061222c6818.tar.bz2 |
[NFC] Use llvm::SmallVector to workaround XL compiler problem on AIX
LLVM is recommending to use SmallVector (that is, omitting the N), in the
absence of a well-motivated choice for the number of inlined elements N.
However, this doesn't work well with XL compiler on AIX since some header(s)
aren't properly picked up with it. We need to take a further look into the real
issue underneath and fix it in a later patch.
But currently we'd like to use this patch to unblock the build compiler issue
first.
Differential Revision: https://reviews.llvm.org/D98265
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions