P4 to Git Change 1174667 by nhaustov@nhaustov_hsa on 2015/07/28 08:28:53

ECR #333756 - Compiler library: always use map file to avoid exporting libelf symbols for HSA build.

	This fixes incompatibility with open source finalizer build with dynamic libelf.

	Reviewed by: Evgeniy Mankov
	Testing: pre-checkin

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.map.in#16 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/amdoclcl.map.in#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/build/Makefile.complib#86 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/aoc2/build/Makefile.aoc2#28 edit


[ROCm/clr commit: 515186dcd6]
Этот коммит содержится в:
foreman
2015-07-28 08:39:13 -04:00
родитель c542f03f40
Коммит 18db8509c8
-2
Просмотреть файл
@@ -53,8 +53,6 @@ global:
#endif
aclJITObjectImageIterateSymbols;
aclJITObjectImageGetGlobalsSize;
#if defined(OPENCL_MAINLINE)
local:
*;
#endif
};