[PATCH] D84234: [DWARFYAML] Implement the .debug_loclists section.
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 05:36:14 PDT 2020
Higuoxing marked an inline comment as done.
Higuoxing added inline comments.
================
Comment at: llvm/include/llvm/ObjectYAML/DWARFYAML.h:190
+ dwarf::LocationAtom Operator;
+ std::vector<yaml::Hex64> Values;
+};
----------------
There are some operators that take a size and a block of that size. I'm not sure if it's ok to use a `std::vector<>` here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84234/new/
https://reviews.llvm.org/D84234
More information about the llvm-commits
mailing list