[all-commits] [llvm/llvm-project] 44bbc7: Drop a constexpr in favor of const, MSVC complains.
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Feb 18 08:05:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 44bbc767000494c5702ca49c870e6642a93bbb02
https://github.com/llvm/llvm-project/commit/44bbc767000494c5702ca49c870e6642a93bbb02
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M llvm/utils/TableGen/DFAEmitter.cpp
Log Message:
-----------
Drop a constexpr in favor of const, MSVC complains.
lib\Target\Hexagon\HexagonGenDFAPacketizer.inc(109): error C2131: expression did not evaluate to a constant
More information about the All-commits
mailing list