[all-commits] [llvm/llvm-project] c23b92: [lld-macho] Support -add_ast_path
Jez Ng via All-commits
all-commits at lists.llvm.org
Thu Apr 8 11:13:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c23b92acd0654bd63942fd70d39c7955354ba3f6
https://github.com/llvm/llvm-project/commit/c23b92acd0654bd63942fd70d39c7955354ba3f6
Author: Jez Ng <jezng at fb.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
M lld/MachO/Options.td
M lld/MachO/SyntheticSections.cpp
A lld/test/MachO/add-ast-path.s
Log Message:
-----------
[lld-macho] Support -add_ast_path
Swift builds seem to use it. All it requires is emitting the
corresponding paths as STABS.
Fixes llvm.org/PR49385.
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D100076
Commit: c2e76a9a6dcc09434d47ba9217fa02d997c2401d
https://github.com/llvm/llvm-project/commit/c2e76a9a6dcc09434d47ba9217fa02d997c2401d
Author: Jez Ng <jezng at fb.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M lld/MachO/Driver.cpp
Log Message:
-----------
[lld-macho][nfc] Use varargs form of hasArg()
Compare: https://github.com/llvm/llvm-project/compare/d01bff8cbdc9...c2e76a9a6dcc
More information about the All-commits
mailing list