Blender Git Commit Log

Git Commits -> Revision 7c75c2d

Revision 7c75c2d by Ray molenkamp (master)
May 31, 2018, 17:50 (GMT)
Add Asan support for clang on windows.

This will currently only work for the RelWithDebInfo configuration since asan
does not support the debug crt. for source line information in the reports,
you need a copy of llvm-symbolizer in the blender folder or set the
ASAN_SYMBOLIZER_PATH environment variable to point to it. Currently (as of
6.0.0) llvm-symbolizer does not ship with the binary clang/llvm distribution.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D3446

Commit Details:

Full Hash: 7c75c2db4f97e192d76761afe0cdb4391bdc0ec1
Parent Commit: cfea9c2
Lines Changed: +49, -12

10 Modified Paths:

/build_files/cmake/macros.cmake (+5, -0) (Diff)
/build_files/cmake/platform/platform_win32.cmake (+2, -2) (Diff)
/build_files/windows/configure_msbuild.cmd (+8, -0) (Diff)
/build_files/windows/configure_ninja.cmd (+10, -0) (Diff)
/build_files/windows/parse_arguments.cmd (+2, -0) (Diff)
/build_files/windows/reset_variables.cmd (+2, -1) (Diff)
/CMakeLists.txt (+17, -6) (Diff)
/source/blender/datatoc/CMakeLists.txt (+1, -3) (Diff)
/source/blender/makesdna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021