Explorar o código

Fix build error from r234957

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234958 91177308-0d34-0410-b5e6-96231b3b80d8
Duncan P. N. Exon Smith %!s(int64=10) %!d(string=hai) anos
pai
achega
bff2c565df
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      tools/gold/gold-plugin.cpp

+ 1 - 2
tools/gold/gold-plugin.cpp

@@ -734,8 +734,7 @@ static void runLTOPasses(Module &M, TargetMachine &TM) {
   passes.run(M);
   passes.run(M);
 }
 }
 
 
-static void saveBCFile(StringRef Path, Module &M,
-                       bool ShouldPreserveUseListOrder) {
+static void saveBCFile(StringRef Path, Module &M) {
   std::error_code EC;
   std::error_code EC;
   raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::F_None);
   raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::F_None);
   if (EC)
   if (EC)