blender/source
Ray Molenkamp 7c75c2db4f 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
2018-05-31 11:50:30 -06:00
..
blender Add Asan support for clang on windows. 2018-05-31 11:50:30 -06:00
blenderplayer Cleanup: Remove G.main from some editor files. 2018-05-31 18:23:20 +02:00
creator Cleanup: get rid of last G.main usages in BKE library code. 2018-05-31 16:04:04 +02:00
gameengine Cleanup: rename list count_ex -> count_at_most 2018-04-03 17:05:21 +02:00
tools@7695e14cfc Fix nan problem in previous bevel commit. 2018-01-29 10:01:19 -05:00
CMakeLists.txt