mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +00:00
Use raw_pwrite_stream in the object writer/streamer.
The ELF object writer will take advantage of that in the next commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234950 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -566,7 +566,8 @@ bool LTOCodeGenerator::optimize(bool DisableInline,
|
||||
return true;
|
||||
}
|
||||
|
||||
bool LTOCodeGenerator::compileOptimized(raw_ostream &out, std::string &errMsg) {
|
||||
bool LTOCodeGenerator::compileOptimized(raw_pwrite_stream &out,
|
||||
std::string &errMsg) {
|
||||
if (!this->determineTarget(errMsg))
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user