[all-commits] [llvm/llvm-project] dfca98: [mir-strip-debug] Optionally preserve debug info t...
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Fri Apr 10 15:24:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dfca98d6a83c725db38a20c06df92f1b2b9ce16b
https://github.com/llvm/llvm-project/commit/dfca98d6a83c725db38a20c06df92f1b2b9ce16b
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/Passes.h
M llvm/lib/CodeGen/MachineStripDebug.cpp
A llvm/test/CodeGen/Generic/MIRStripDebug/dont-strip-real-debug-info.mir
Log Message:
-----------
[mir-strip-debug] Optionally preserve debug info that wasn't from debugify/mir-debugify
Summary:
A few tests start out with debug info and expect it to reach
the output. For these tests we shouldn't strip the debug info
Reviewers: aprantl, vsk, bogner
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77886
More information about the All-commits
mailing list