[Lldb-commits] [PATCH] D133461: [LLDB][NativePDB] Set block address range.
Zequan Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 9 15:48:34 PDT 2022
zequanwu marked 2 inline comments as done.
zequanwu added inline comments.
================
Comment at: lldb/test/Shell/SymbolFile/NativePDB/blocks.cpp:17
+
+// CHECK: Function: id = {{.*}}, name = "main", range = [0x0000000140001000-0x000000014000104b)
+// CHECK-NEXT: FuncType: id = {{.*}}, byte-size = 0, compiler_type = "int (void)"
----------------
labath wrote:
> I fear this test is going to be extremely fragile (susceptible to changes in codegen AND debug info generation). I'd probably write it in asm (you could even test the error msg then).
Done in https://reviews.llvm.org/rG603793698928c1f32772248840a45ddcf4914bd2.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133461/new/
https://reviews.llvm.org/D133461
More information about the lldb-commits
mailing list