X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FLinker.h;h=66a848336709fe54b1718f35310e278b69528fcf;hb=a727d5502c8e23c090da658bf14c5ebc1169a070;hp=160a0695cdc2ff2172f227940f581c373d80a1be;hpb=58de5571817e08c05c7ef22a1d9146b84773e800;p=oota-llvm.git diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h index 160a0695cdc..66a84833670 100644 --- a/include/llvm/Linker.h +++ b/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