[compiler-rt] [ASan] Remove COMPILER_RT_ASAN_SHADOW_SCALE_DEFINITION. (PR #91832)

via llvm-commits llvm-commits at lists.llvm.org
Sun May 12 22:53:59 PDT 2024


================
@@ -88,7 +88,7 @@ set(ASAN_CFLAGS ${SANITIZER_COMMON_CFLAGS})
 
 append_list_if(MSVC /Zl ASAN_CFLAGS)
 
-set(ASAN_COMMON_DEFINITIONS ${COMPILER_RT_ASAN_SHADOW_SCALE_DEFINITION})
+set(ASAN_COMMON_DEFINITIONS)
----------------
Enna1 wrote:

Thanks for pointing this out!
I tested both locally and in buildbot https://lab.llvm.org/buildbot/#/builders/37/builds/34788
Do you think `set(ASAN_COMMON_DEFINITIONS "")` is better?

https://github.com/llvm/llvm-project/pull/91832


More information about the llvm-commits mailing list