[Lldb-commits] [lldb] [lldb][test] Enable static linking with libcxx for import-std-module tests (PR #98701)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 16:47:05 PDT 2024
================
@@ -1,5 +1,8 @@
-# FIXME: once the expression evaluator can handle std libraries with debug
-# info, change this to USE_LIBCPP=1
-USE_SYSTEM_STDLIB := 1
----------------
Michael137 wrote:
Is this related to the linker flag changes in any way? We rely on this on the macOS bots, so it doesn't sound like the underlying issue the FIXME referred to was resolved. If it's an unrelated change, I'd prefer opening a separate PR for these
https://github.com/llvm/llvm-project/pull/98701
More information about the lldb-commits
mailing list