2
0

SWDEV-463865 - symbol renamings to prevent conflicts in static build

Change-Id: Id7fbb638c1088c23df52fee877cd790d637b1ffb


[ROCm/clr commit: b8c2ac4de4]
Este cometimento está contido em:
Ioannis Assiouras
2024-06-04 18:33:00 +01:00
ascendente 1c94521c1c
cometimento 0e023d1a0a
17 ficheiros modificados com 45 adições e 45 eliminações
-9
Ver ficheiro
@@ -40,15 +40,6 @@ namespace amd {
FILE* outFile = stderr;
// ================================================================================================
//! \cond ignore
extern "C" void breakpoint(void) {
#ifdef _MSC_VER
DebugBreak();
#endif // _MSC_VER
}
//! \endcond
// ================================================================================================
void report_warning(const char* message) { fprintf(outFile, "Warning: %s\n", message); }