[PATCH] D49366: [LLD][COFF] Add support for /FUNCTIONPADMIN command-line option
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 10:56:57 PST 2019
aganea marked an inline comment as done.
aganea added inline comments.
================
Comment at: COFF/InputFiles.cpp:621
+ if (SS.kind() != DebugSubsectionKind::Symbols)
+ return;
+
----------------
aganea wrote:
> There's a typo here - it shall read be `continue;` instead of `return;`.
Sorry never mind, this was meant for the previous revision. Fixed now.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49366/new/
https://reviews.llvm.org/D49366
More information about the llvm-commits
mailing list