[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] GetClangDeclForDIE: don't create VarDecl for static data members (PR #77155)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 5 16:42:24 PST 2024
================
@@ -0,0 +1,23 @@
+# UNSUPPORTED: system-darwin, system-windows
----------------
adrian-prantl wrote:
Just out of curiosity — we are evaluating a static constant. Do we actually need to *run* the binary, or could we run the expression against e.g., an ELF binary on Darwin, too, by just evaluating the expression and not launching at all?
https://github.com/llvm/llvm-project/pull/77155
More information about the lldb-commits
mailing list