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 377729f commit 1a27dffCopy full SHA for 1a27dff
source/loader/layers/sanitizer/asan_libdevice.hpp
@@ -107,10 +107,6 @@ constexpr auto kSPIR_AsanShadowMemoryGlobalStart =
107
"__AsanShadowMemoryGlobalStart";
108
constexpr auto kSPIR_AsanShadowMemoryGlobalEnd = "__AsanShadowMemoryGlobalEnd";
109
110
-constexpr auto kSPIR_AsanShadowMemoryLocalStart =
111
- "__AsanShadowMemoryLocalStart";
112
-constexpr auto kSPIR_AsanShadowMemoryLocalEnd = "__AsanShadowMemoryLocalEnd";
113
-
114
constexpr auto kSPIR_DeviceType = "__DeviceType";
115
constexpr auto kSPIR_AsanDebug = "__AsanDebug";
116
0 commit comments