Fix build with Asan (#15372)
authorKonstantin Baladurin <k.baladurin@partner.samsung.com>
Sat, 9 Dec 2017 10:57:20 +0000 (13:57 +0300)
committerJan Vorlicek <janvorli@microsoft.com>
Sat, 9 Dec 2017 10:57:20 +0000 (11:57 +0100)
commit1724c75e6edff5d9008a5696f0eff586f3d93761
tree20477acce6a09b444189abceee3f0c0acb15a764
parent2b3fd06adc01ce05b121d586830ab628d9bdad84
Fix build with Asan (#15372)

- verify_dependencies: disable checking dependencies for Asan build
  because in this case shared libraries can have undefined symbols
  (if static linking with compiler-rt is used).

- enablesanitizers.sh: remove excess quotes for ASAN_OPTIONS and
  UBSAN_OPTIONS environment variable because otherwise Asan cannot
  parse flags. Also doesn't export ASAN_SYMBOLIZER_PATH for clang > 3.6.
enablesanitizers.sh
functions.cmake