SWDEV-441258 - remove full path for HIP LOG windows
Change-Id: Ibad6e9542c0cede38f5a114dcd352356ddedf019
[ROCm/clr commit: 0cff14c9e1]
Este cometimento está contido em:
cometido por
Payam Ghafari
ascendente
37ed51c99c
cometimento
0fe462b63e
@@ -134,7 +134,11 @@ inline void warning(const char* msg) { amd::report_warning(msg); }
|
||||
#define Untested(msg) (void)(0)
|
||||
#endif /*NDEBUG*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#define __FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
|
||||
#else
|
||||
#define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)
|
||||
#endif
|
||||
|
||||
#define Log(level, msg) \
|
||||
do { \
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador