P4 to Git Change 1288138 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 19:11:36

SWDEV-3 - [Hexagon] Create global std::map lazily.

	This could of course be a simple binary search with no global state
	involved at all if someone cares enough. Just don't make everyone
	linking the hexagon backend pay for it on process startup and shutdown.

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

	GitHash: b4e53350f9349677e2a0178bde5b8b0c3b743b5e

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp#2 edit


[ROCm/clr commit: d32e5e2c1f]
Šī revīzija ir iekļauta:
foreman
2016-07-07 01:03:13 -04:00
vecāks 530b49032b
revīzija 5ade44c4b3
7 mainīti faili ar 91 papildinājumiem un 83 dzēšanām
@@ -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;
}