[all-commits] [llvm/llvm-project] 707bda: [lldb/test] Fix failure caused by synthetic symbol...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Jul 2 13:26:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 707bda6e6c958d7a4d50aac23a15a253364a1f69
https://github.com/llvm/llvm-project/commit/707bda6e6c958d7a4d50aac23a15a253364a1f69
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M lldb/test/API/macosx/function-starts/TestFunctionStarts.py
Log Message:
-----------
[lldb/test] Fix failure caused by synthetic symbol name refactoring
This patch fixes a failure in `TestFunctionStarts.py` that appeared
following a change of implementation for synthetic symbol names:
https://reviews.llvm.org/D105160
The failure is caused because the previously mentioned patch removes the
object file basename from the generated synthetic symbol names to allow
them to be shared in the constant string pool.
Hence, that last check is not necessary anymore.
rdar://80092322
Differential Revision: https://reviews.llvm.org/D105366
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list