diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp index 9304bd4188d9e..6d0021c85f20f 100644 --- a/llvm/tools/gold/gold-plugin.cpp +++ b/llvm/tools/gold/gold-plugin.cpp @@ -899,7 +899,7 @@ static std::unique_ptr createLTO(IndexWriteCallback OnIndexWrite, std::string OldPrefix, NewPrefix; getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); Backend = createWriteIndexesThinBackend( - llvm::hardware_concurrency(options::Parallelism) OldPrefix, NewPrefix, + llvm::hardware_concurrency(options::Parallelism), OldPrefix, NewPrefix, // TODO: Add support for optional native object path in // thinlto_prefix_replace option to match lld. /*NativeObjectPrefix=*/"", options::thinlto_emit_imports_files,