Skip to content

Commit 1a27dff

Browse files
committed
sync with latest code
1 parent 377729f commit 1a27dff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/loader/layers/sanitizer/asan_libdevice.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ constexpr auto kSPIR_AsanShadowMemoryGlobalStart =
107107
"__AsanShadowMemoryGlobalStart";
108108
constexpr auto kSPIR_AsanShadowMemoryGlobalEnd = "__AsanShadowMemoryGlobalEnd";
109109

110-
constexpr auto kSPIR_AsanShadowMemoryLocalStart =
111-
"__AsanShadowMemoryLocalStart";
112-
constexpr auto kSPIR_AsanShadowMemoryLocalEnd = "__AsanShadowMemoryLocalEnd";
113-
114110
constexpr auto kSPIR_DeviceType = "__DeviceType";
115111
constexpr auto kSPIR_AsanDebug = "__AsanDebug";
116112

0 commit comments

Comments
 (0)