[all-commits] [llvm/llvm-project] 53fd1a: [lld-macho] Fix typo in diagnostic message
Jez Ng via All-commits
all-commits at lists.llvm.org
Thu Mar 25 11:52:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53fd1ada76e0f73a17da53ec0b2ac97e2f3e835e
https://github.com/llvm/llvm-project/commit/53fd1ada76e0f73a17da53ec0b2ac97e2f3e835e
Author: Jez Ng <jezng at fb.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M lld/MachO/Driver.cpp
M lld/test/MachO/export-options.s
Log Message:
-----------
[lld-macho] Fix typo in diagnostic message
Commit: 4bcaafeb0e82ca268d9038e106339d4d92e98eec
https://github.com/llvm/llvm-project/commit/4bcaafeb0e82ca268d9038e106339d4d92e98eec
Author: Jez Ng <jezng at fb.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
M lld/MachO/MapFile.cpp
M lld/MachO/Writer.cpp
Log Message:
-----------
[lld-macho] Add more TimeTraceScopes
I added just enough to allow us to see a top-level breakdown of time taken. This
is the result of loading the time-trace output into `chrome:://tracing`:
https://gist.githubusercontent.com/int3/236c723cbb4b6fa3b2d340bb6395c797/raw/ef5e8234f3fdf609bf93b50f54f4e0d9bd439403/tracing.png
Reviewed By: oontvoo
Differential Revision: https://reviews.llvm.org/D99311
Commit: 0113cf00b6f43ebfa902447e6ee23f9b37021a16
https://github.com/llvm/llvm-project/commit/0113cf00b6f43ebfa902447e6ee23f9b37021a16
Author: Jez Ng <jezng at fb.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M lld/MachO/Driver.cpp
M lld/MachO/Options.td
A lld/test/MachO/threads.s
Log Message:
-----------
[lld-macho] Add support for --threads
Code and test are largely identical to the LLD-ELF equivalents.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D99312
Compare: https://github.com/llvm/llvm-project/compare/7d1c503080d1...0113cf00b6f4
More information about the All-commits
mailing list