[all-commits] [llvm/llvm-project] 2e1be9: Reland "[lld-macho] Fix assertion failure in regis...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Tue Nov 9 08:53:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e1be96df696edc352255779e0498034c35daf57
https://github.com/llvm/llvm-project/commit/2e1be96df696edc352255779e0498034c35daf57
Author: Vy Nguyen <vyng at google.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M lld/MachO/SymbolTable.cpp
M lld/test/MachO/weak-definition-gc.s
M lld/test/lit.cfg.py
Log Message:
-----------
Reland "[lld-macho] Fix assertion failure in registerCompactUnwind""
PR/52372
Differential Revision: https://reviews.llvm.org/D112977
New changes:
- use llvm-otool instead of `otool` which doesn't in exist on non-OSX platforms
- add llvm-otool to the set of tools used by test so that the bot will use the <build_dir>/bin/llvm-otool instead of the unqualified `llvm-otool` (which may not exist)
- update tests since the latest (TOT) llvm-otool prints a space between two bytes and the old one doesn't.
More information about the All-commits
mailing list