[Lldb-commits] [PATCH] D106194: Tests for: D100299: Be lazier about loading .dwo files
Eric Leese via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 21 15:04:08 PDT 2021
Eric added a comment.
Thank you for helping me with this! Do you want me to merge these changes into my own CL or do you want to check this in yourself?
Instead of echoing into .c files, can we write the tests as .c files? It seems to be a common pattern to use a single source as two sources by compiling twice with different -D flags and then linking; see for example Shell/SymbolFile/DWARF/x86/dwarf5-partial-index.cpp
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106194/new/
https://reviews.llvm.org/D106194
More information about the lldb-commits
mailing list