[all-commits] [llvm/llvm-project] 51715f: [lld-macho] Fix warning
Keith Smiley via All-commits
all-commits at lists.llvm.org
Fri Nov 12 19:39:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51715fbd96c100e08ad5e0afe78eff474e4caa3f
https://github.com/llvm/llvm-project/commit/51715fbd96c100e08ad5e0afe78eff474e4caa3f
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M lld/MachO/Symbols.cpp
Log Message:
-----------
[lld-macho] Fix warning
```
/Users/ksmiley/dev/llvm-project/lld/MachO/Symbols.cpp:43:27: warning: field 'external' will be initialized after field 'weakDefCanBeHidden' [-Wreorder-ctor]
weakDef(isWeakDef), external(isExternal),
^
1 warning generated.
```
Differential Revision: https://reviews.llvm.org/D113823
More information about the All-commits
mailing list