whitequark added a comment.
Thank you for making this change. IIRC I introduced `-fuse-ld=` out of
frustration with the inability to change the linker path in any way other than
with a shell script on `PATH`. It was not a good design.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST A
whitequark added a comment.
> It would be nice if we had a test case added for this
This is inherently architecture and platform specific, and libunwind currently
doesn't have any provisions for this... In principle, would a x86-only
Linux-only test suffice? I'm not sure if I can spend time mak
whitequark added a comment.
@compnerd ping
Repository:
rUNW libunwind
https://reviews.llvm.org/D46971
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
whitequark updated this revision to Diff 147153.
whitequark added a comment.
Reuploaded diff with context.
Repository:
rUNW libunwind
https://reviews.llvm.org/D46971
Files:
src/DwarfInstructions.hpp
Index: src/DwarfInstructions.hpp
whitequark created this revision.
whitequark added a reviewer: compnerd.
Herald added a subscriber: JDevlieghere.
If prolog info lists the RA register as unused, it means that
the current stack frame corresponds to a leaf function which never
needs to save the RA register. The RA register is of co