================
@@ -431,7 +431,9 @@ void IRExecutionUnit::GetRunnableInfo(Status &error, 
lldb::addr_t &func_addr,
     }
 
     m_failed_lookups.clear();
-
+    ss.PutCString(
+        "\nHint: The expression tried to call a function missing from the "
+        "target, perhaps because it was optimized out by the compiler.");
----------------
JDevlieghere wrote:

[bikeshedding] 
... a function that is not available in the target, perhaps because ...
[/bikeshedding]

https://github.com/llvm/llvm-project/pull/89433
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to