Fixes build failures on macOS, including https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-RA/ llvm-project/compiler-rt/lib/lsan/lsan_interceptors.cpp:579:3: error: use of undeclared identifier 'LSAN_MAYBE_INTERCEPT_FREE_SIZED' 13:23:58 579 | LSAN_MAYBE_INTERCEPT_FREE_SIZED; 13:23:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13:23:58 /Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/compiler-rt/lib/lsan/lsan_interceptors.cpp:580:3: error: use of undeclared identifier 'LSAN_MAYBE_INTERCEPT_FREE_ALIGNED_SIZED' 13:23:58 580 | LSAN_MAYBE_INTERCEPT_FREE_ALIGNED_SIZED; 13:23:58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 13:23:58 2 errors generated.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================