summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Linker.h')
-rw-r--r--llvm/include/llvm/Linker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/Linker.h b/llvm/include/llvm/Linker.h
index 160a0695cdc..66a84833670 100644
--- a/llvm/include/llvm/Linker.h
+++ b/llvm/include/llvm/Linker.h
@@ -229,7 +229,8 @@ class Linker {
/// @returns true if an error occurs, otherwise false.
/// @brief Link in one archive.
bool LinkInArchive(
- const sys::Path& Filename ///< Filename of the archive to link
+ const sys::Path& Filename, ///< Filename of the archive to link
+ bool& is_native ///< Indicates if archive is a native archive
);
/// This method links the \p Src module into the Linker's Composite module
OpenPOWER on IntegriCloud