diff options
author | Reid Kleckner <rnk@google.com> | 2020-12-14 11:22:57 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2020-12-14 11:26:36 -0800 |
commit | 55fc64bce08a30f1bf7f7ebf83df776a40700fbe (patch) | |
tree | 07512c4d7484fa16dbc5aa2fa7f97b5173b81195 /clang/lib/Lex/ModuleMap.cpp | |
parent | 5a2d954671e91e63e2f944cce31bdcc232c8ecc2 (diff) | |
download | llvm-55fc64bce08a30f1bf7f7ebf83df776a40700fbe.zip llvm-55fc64bce08a30f1bf7f7ebf83df776a40700fbe.tar.gz llvm-55fc64bce08a30f1bf7f7ebf83df776a40700fbe.tar.bz2 |
[Hexagon] Tweak _MSC_VER workaround version
My bot runs VS 2019, but it could not compile this code.
Message:
[55/2465] Building CXX object lib\Target\Hexagon\CMakeFiles\LLVMHexagonCodeGen.dir\HexagonVectorCombine.cpp.obj
FAILED: lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorCombine.cpp.obj
...
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.23.28105\include\map(71): error C2976: 'std::map': too few template arguments
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.23.28105\include\map(71): note: see declaration of 'std::map'
The version in the path, 14.23, corresponds to _MSC_VER 1923, so raise
the version floor to 1924.
I have not tested with versions between 1924 and 1928 (latest), but the
latest works with the variadic version.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions