forked from OSchip/llvm-project
parent
a052ed6381
commit
e406c84e30
|
@ -734,8 +734,7 @@ static void runLTOPasses(Module &M, TargetMachine &TM) {
|
||||||
passes.run(M);
|
passes.run(M);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void saveBCFile(StringRef Path, Module &M,
|
static void saveBCFile(StringRef Path, Module &M) {
|
||||||
bool ShouldPreserveUseListOrder) {
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue