P4 to Git Change 1288315 by jsjodin@jsjodin-git2p4-lld on 2016/07/06 22:35:20

SWDEV-3 - COFF: Switch to new archive writer interface (D21721).

	Differential Revision: http://reviews.llvm.org/D21722

	git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@274184 91177308-0d34-0410-b5e6-96231b3b80d8

	GitHash: 99e6679883180439d118958c40448b7bd3cef8c6

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lld.git/COFF/DriverUtils.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/lld.git/COFF/Error.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/lld.git/COFF/Error.h#2 edit


[ROCm/clr commit: e9185dda22]
This commit is contained in:
foreman
2016-07-07 03:44:48 -04:00
parent d03c3c9cde
commit 10baecf582
7 changed files with 91 additions and 83 deletions
@@ -619,7 +619,7 @@ PrintfDbgHSA::init(
// Copy offset and number of bytes available for printf data
// into the corresponding location in the debug buffer
dbgBuffer_->writeRawData(gpu, initSize, sysMem, true);
dbgBuffer_->writeRawData(gpu, 0, initSize, sysMem, true);
}
return true;
}