[all-commits] [llvm/llvm-project] 224a86: [llvm-nm][docs] Document -W and -U
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon May 23 09:59:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 224a8653c98ec39bc8e636523f59b07008faaccf
https://github.com/llvm/llvm-project/commit/224a8653c98ec39bc8e636523f59b07008faaccf
Author: Fangrui Song <i at maskray.me>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M llvm/docs/CommandGuide/llvm-nm.rst
M llvm/tools/llvm-nm/Opts.td
Log Message:
-----------
[llvm-nm][docs] Document -W and -U
Latest GNU nm (milestone: 2.39) has added -W/--no-weak and changed -U to mean
--defined-only (instead of --unicode=). The changes match our semantics.
Close #55297
Reviewed by: jhenderson, keith
Differential Revision: https://reviews.llvm.org/D126133
More information about the All-commits
mailing list