diff options
Diffstat (limited to 'contrib/llvm-project/lld/MachO/Driver.h')
-rw-r--r-- | contrib/llvm-project/lld/MachO/Driver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/lld/MachO/Driver.h b/contrib/llvm-project/lld/MachO/Driver.h index dbfc05a0497c..355816272f87 100644 --- a/contrib/llvm-project/lld/MachO/Driver.h +++ b/contrib/llvm-project/lld/MachO/Driver.h @@ -49,7 +49,8 @@ std::string createResponseFile(const llvm::opt::InputArgList &args); llvm::Optional<StringRef> resolveDylibPath(llvm::StringRef path); DylibFile *loadDylib(llvm::MemoryBufferRef mbref, DylibFile *umbrella = nullptr, - bool isBundleLoader = false); + bool isBundleLoader = false, + bool explicitlyLinked = false); void resetLoadedDylibs(); // Search for all possible combinations of `{root}/{name}.{extension}`. |