Skip to content

Commit 432fb04

Browse files
committed
Headers no longer used
1 parent bb91c53 commit 432fb04

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lld/MachO/Driver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#include "lld/Common/Reproduce.h"
3232
#include "lld/Common/Version.h"
3333
#include "llvm/ADT/DenseSet.h"
34-
#include "llvm/ADT/ScopeExit.h"
3534
#include "llvm/ADT/StringExtras.h"
3635
#include "llvm/ADT/StringRef.h"
3736
#include "llvm/BinaryFormat/MachO.h"
@@ -42,7 +41,6 @@
4241
#include "llvm/Object/Archive.h"
4342
#include "llvm/Option/ArgList.h"
4443
#include "llvm/Support/CommandLine.h"
45-
#include "llvm/Support/Debug.h"
4644
#include "llvm/Support/FileSystem.h"
4745
#include "llvm/Support/Parallel.h"
4846
#include "llvm/Support/Path.h"

lld/MachO/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def interposable : Flag<["-"], "interposable">,
397397
HelpText<"Indirects access to all exported symbols in an image">,
398398
Group<grp_opts>;
399399
def read_threads : Joined<["--"], "read-threads=">,
400-
HelpText<"Number of threads to eagerly preload input files content into memory. Use 0 to disable this feature. Default is disabled.">,
400+
HelpText<"Approximate number of threads to use to eagerly preload input files content into memory. Use 0 to disable this feature. Default is disabled.">,
401401
Group<grp_lld>;
402402
def order_file : Separate<["-"], "order_file">,
403403
MetaVarName<"<file>">,

0 commit comments

Comments
 (0)