[all-commits] [llvm/llvm-project] 30f217: Revert "[DebugInfo] Fix potential CU mismatch for ...
DianQK via All-commits
all-commits at lists.llvm.org
Wed Jul 26 04:59:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30f2170a78e7c67a9d870ba9615d0c4c472cedbf
https://github.com/llvm/llvm-project/commit/30f2170a78e7c67a9d870ba9615d0c4c472cedbf
Author: DianQK <dianqk at dianqk.net>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
R llvm/test/DebugInfo/Generic/cross-cu-inlining-ranges.ll
Log Message:
-----------
Revert "[DebugInfo] Fix potential CU mismatch for attachRangesOrLowHighPC"
This reverts commit d20e4a1d68aa8e14c4e524e4d4eeb4445acac401.
After committing 2ee4d0386c783f58abe708298228de648239b435, We don't support subprogram definitions nested within `DICompositeType` when doing LTO builds.
For a detailed discussion, see https://reviews.llvm.org/D152095.
Commit: f2d307c4ede0c55b28bd366511907bda29703994
https://github.com/llvm/llvm-project/commit/f2d307c4ede0c55b28bd366511907bda29703994
Author: DianQK <dianqk at dianqk.net>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
R llvm/test/DebugInfo/Generic/cross-cu-inlining-2.ll
Log Message:
-----------
[DebugInfo] Remove the `cross-cu-inlining-2.ll` test case.
This reverts the test case in commit 549773f9e98f9c5895f4cc461a7fb1dbdb216af8.
After committing 2ee4d0386c783f58abe708298228de648239b435, We don't support subprogram definitions nested within `DICompositeType` when doing LTO builds.
For a detailed discussion, see https://reviews.llvm.org/D152095.
Compare: https://github.com/llvm/llvm-project/compare/0fc8d9e41a81...f2d307c4ede0
More information about the All-commits
mailing list