[all-commits] [llvm/llvm-project] 836d0a: Fix Windows/MSVC build after 6e56046f65
eleviant via All-commits
all-commits at lists.llvm.org
Tue Oct 13 05:25:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 836d0addee4a2ce07d09d68484823221cbb062b7
https://github.com/llvm/llvm-project/commit/836d0addee4a2ce07d09d68484823221cbb062b7
Author: Evgeny Leviant <eleviant at accesssoftek.com>
Date: 2020-10-13 (Tue, 13 Oct 2020)
Changed paths:
M llvm/utils/TableGen/CodeGenSchedule.cpp
Log Message:
-----------
Fix Windows/MSVC build after 6e56046f65
Commit 6e56046f65 may trigger SEGV in llvm-tablegen if the latter
is built with -DLLVM_OPTIMIZED_TABLEGEN=OFF. The reason of SEGV was
accessing stale memory after expansion of std::vector.
More information about the All-commits
mailing list