We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d228952 commit 61ccf2fCopy full SHA for 61ccf2f
libdevice/sanitizer/msan_rtl.cpp
@@ -13,9 +13,10 @@ DeviceGlobal<void *> __MsanLaunchInfo;
13
#define GetMsanLaunchInfo \
14
((__SYCL_GLOBAL__ MsanRuntimeData *)__MsanLaunchInfo.get())
15
16
-namespace {
17
extern "C" __attribute__((weak)) const int __msan_track_origins;
18
+namespace {
19
+
20
constexpr int MSAN_REPORT_NONE = 0;
21
constexpr int MSAN_REPORT_START = 1;
22
constexpr int MSAN_REPORT_FINISH = 2;
0 commit comments