mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-09-23 17:50:05 +00:00
disable ASAN for clang (need to figure out how to locate LLVM DLL)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#define T_Group "p2r"
|
||||
|
||||
#if OS_WINDOWS
|
||||
|
||||
// TODO: location is not baked consistently
|
||||
#if !COMPILER_CLANG || (COMPILER_CLANG && BUILD_DEBUG)
|
||||
T_BeginTest(p2r_determ)
|
||||
{
|
||||
U64 num_repeats_per_pdb = 32;
|
||||
@@ -118,6 +121,7 @@ T_BeginTest(p2r_determ)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#undef T_Group
|
||||
|
||||
|
||||
Reference in New Issue
Block a user