[all-commits] [llvm/llvm-project] 2afc90: [BOLT][DWARF] Fix for Handle zero size DW_TAG_inli...
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Wed Dec 14 09:03:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2afc90a2de37d4d6eefedf813ac0e26a492f58ad
https://github.com/llvm/llvm-project/commit/2afc90a2de37d4d6eefedf813ac0e26a492f58ad
Author: Alexander Yermolovich <ayermolo at fb.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M bolt/lib/Rewrite/DWARFRewriter.cpp
M bolt/test/X86/dwarf4-size-0-inlined_subroutine.s
Log Message:
-----------
[BOLT][DWARF] Fix for Handle zero size DW_TAG_inlined_subroutine
Managed to introduce an error when changing code to fix other tests and the unit
test was no adequate due to --nostdlib being passed in in llvm testing
enviroment.
Original diff: https://reviews.llvm.org/D132059
Updated a test to make sure that original address and the new address are
different.
Reviewed By: maksfb, #bolt
Differential Revision: https://reviews.llvm.org/D132782
More information about the All-commits
mailing list