[Lldb-commits] [lldb] [lldb] Use the function block as a source for function ranges (PR #117996)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 28 03:52:20 PST 2024


================
@@ -2,7 +2,6 @@ REQUIRES: system-windows, lld
 RUN: %build --compiler=clang-cl --nodefaultlib --output=%t.exe %S/Inputs/FunctionNestedBlockTest.cpp
 RUN: lldb-test symbols -find=function -file FunctionNestedBlockTest.cpp -line 4 %t.exe | FileCheck --check-prefix=CHECK-FUNCTION %s
 RUN: lldb-test symbols -find=block -file FunctionNestedBlockTest.cpp -line 4 %t.exe | FileCheck --check-prefix=CHECK-BLOCK %s
-XFAIL: *
----------------
labath wrote:

This isn't directly related to what this patch is trying to do, but it looks like my refactor fixed the bug. :D

https://github.com/llvm/llvm-project/pull/117996


More information about the lldb-commits mailing list