[Lldb-commits] [PATCH] D52678: DWARFExpression: Resolve file addresses in the linked module

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 3 16:01:51 PDT 2018


vsk added inline comments.


================
Comment at: packages/Python/lldbsuite/test/functionalities/target_var/globals.ll:1
+source_filename = "globals.c"
+target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
----------------
Should we check in bitcode instead? That might make it easier to avoid breakage when the textual IR format changes.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52678





More information about the lldb-commits mailing list