[all-commits] [llvm/llvm-project] 57c54d: Recommit: DebugInfo: Check DW_OP_convert in loclis...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Feb 4 18:37:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 57c54ddd7f9857d9054a1e163799eb5235c89602
https://github.com/llvm/llvm-project/commit/57c54ddd7f9857d9054a1e163799eb5235c89602
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/test/DebugInfo/X86/convert-loclist.ll
Log Message:
-----------
Recommit: DebugInfo: Check DW_OP_convert in loclists with Split DWARF
Originally committed in: 552a8fe12bd1822f48dda2e9e8728a179f82d356
Reverted in: f75301d16d444d8cb6810d679290df744bc79ec7
Reverted because it was running llc directly (rather than %llc_dwarf)
which uses COFF files on Windows which LLVM doesn't support all DWARF
features in.
This functionality isn't fully working, but sets up the testing for a
follow-on patch that demonstrates and fixes the brokenness related to
DWO ID hashing this construct.
More information about the All-commits
mailing list