mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
Style fix.
llvm-svn: 249584
This commit is contained in:
@@ -186,10 +186,9 @@ void LinkerDriver::link(ArrayRef<const char *> ArgsArr) {
|
||||
Config->NoUndefined = Args.hasArg(OPT_no_undefined);
|
||||
Config->Shared = Args.hasArg(OPT_shared);
|
||||
|
||||
for (auto *Arg : Args.filtered(OPT_z)) {
|
||||
for (auto *Arg : Args.filtered(OPT_z))
|
||||
if (Arg->getValue() == StringRef("now"))
|
||||
Config->ZNow = true;
|
||||
}
|
||||
|
||||
for (auto *Arg : Args) {
|
||||
switch (Arg->getOption().getID()) {
|
||||
|
||||
Reference in New Issue
Block a user