mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix build error from r234957
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
657aad675a
commit
bff2c565df
@ -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…
Reference in New Issue
Block a user