[all-commits] [llvm/llvm-project] 5a856f: Reland [lld-macho]Implement bundle_loader
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Mon Feb 22 11:05:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a856f5b44997dd45db08f434e5da1f85e4693f5
https://github.com/llvm/llvm-project/commit/5a856f5b44997dd45db08f434e5da1f85e4693f5
Author: Vy Nguyen <vyng at google.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M lld/MachO/Driver.cpp
M lld/MachO/Driver.h
M lld/MachO/DriverUtils.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/Options.td
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Writer.cpp
A lld/test/MachO/bundle-loader.s
Log Message:
-----------
Reland [lld-macho]Implement bundle_loader
Reland 1a0afcf518717f61d45a1cdc6ad1a6436ec663b1
https://reviews.llvm.org/D95913
New change: fix UB bug caused by copying empty path/name. (since the executable does not have a name)
More information about the All-commits
mailing list