mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 00:35:43 +00:00
Fix build error from r234957
llvm-svn: 234958
This commit is contained in:
parent
b222408637
commit
9a09dfde5f
@ -734,8 +734,7 @@ static void runLTOPasses(Module &M, TargetMachine &TM) {
|
||||
passes.run(M);
|
||||
}
|
||||
|
||||
static void saveBCFile(StringRef Path, Module &M,
|
||||
bool ShouldPreserveUseListOrder) {
|
||||
static void saveBCFile(StringRef Path, Module &M) {
|
||||
std::error_code EC;
|
||||
raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::F_None);
|
||||
if (EC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user