[all-commits] [llvm/llvm-project] 14ad8d: Don't accidentally create MachineFunctions in mir-...
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Fri Apr 17 14:29:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 14ad8dc0761a1e440304a03a1f4828280cf112e2
https://github.com/llvm/llvm-project/commit/14ad8dc0761a1e440304a03a1f4828280cf112e2
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/lib/CodeGen/MachineDebugify.cpp
M llvm/lib/CodeGen/MachineStripDebug.cpp
Log Message:
-----------
Don't accidentally create MachineFunctions in mir-debugify/mir-strip-debugify
We should only modify existing ones. Previously, we were creating
MachineFunctions for externally-available functions. AFAICT this was benign
in tree but ultimately led to asan bugs in our out of tree target.
More information about the All-commits
mailing list