This patch allows mangled names to be passed to --select.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@CarlosAlbertoEnciso should review this ideally for approving, but I'm just nitpicking on a long line.
llvm/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h | ||
---|---|---|
514–516 | clang-format? |
Comment Actions
@n-omer as the selection feature is built into the logical view, can you add a test to /COFF/01-coff-select-logical-elements.test to cover the case of CodeView. Thanks.
llvm/test/tools/llvm-debuginfo-analyzer/COFF/01-coff-select-logical-elements.test | ||
---|---|---|
72 | Can you add a simple comment describing what is printed. (Similar to the one in line 17). Thanks. | |
llvm/test/tools/llvm-debuginfo-analyzer/DWARF/01-dwarf-select-logical-elements.test | ||
75 | Can you add a simple comment describing what is printed. (Similar to the one in line 17). Thanks. |
clang-format?