[PATCH] D148761: Emit the correct flags for the PROC CodeView Debug Symbol
Muhammad Omair Javaid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 03:21:25 PDT 2023
omjavaid added a comment.
Hi Aaron,
The problem seems to be appearing in lldb-test tool which in this case is being used to fetch symbol information. Specifically it fails to find function name inside a nested block with your patch applied. More investigation on LLDB side is needed to find the exact cause of this failure.
You may re-land your changes as they are already approved and kindly mark the LLDB test as xfail.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148761/new/
https://reviews.llvm.org/D148761
More information about the llvm-commits
mailing list