[all-commits] [llvm/llvm-project] b04c87: Support !heapallocsite attachments in stripNonLine...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Tue Mar 16 10:05:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b04c87e0537672d1377d26a7bfe141021119f618
https://github.com/llvm/llvm-project/commit/b04c87e0537672d1377d26a7bfe141021119f618
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M llvm/lib/IR/DebugInfo.cpp
A llvm/test/Transforms/Util/strip-nonlinetable-debuginfo-heapallocsite.ll
Log Message:
-----------
Support !heapallocsite attachments in stripNonLineTableDebugInfo().
They point into the DIType type system, so they need to be stripped as well.
rdar://75341300
Differential Revision: https://reviews.llvm.org/D98667
Commit: c3a18bb1e83149f38f0064f11a2ad97245a5848b
https://github.com/llvm/llvm-project/commit/c3a18bb1e83149f38f0064f11a2ad97245a5848b
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M llvm/lib/IR/DebugInfo.cpp
M llvm/test/Transforms/Util/strip-nonlinetable-debuginfo-heapallocsite.ll
Log Message:
-----------
Support !heapallocsite attachments in StripDebugInfo().
They point into the DIType type system, so they need to be stripped as well.
rdar://75341300
Differential Revision: https://reviews.llvm.org/D98668
Compare: https://github.com/llvm/llvm-project/compare/6ab892793185...c3a18bb1e831
More information about the All-commits
mailing list