]> granicus.if.org Git - clang/commit
replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but...
authorKostya Serebryany <kcc@google.com>
Wed, 15 Jan 2014 07:59:37 +0000 (07:59 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 15 Jan 2014 07:59:37 +0000 (07:59 +0000)
commit2ae28d127c01d83922687cd516bdcc19a63160ef
tree84b8c10db3469b1f1b4f0a49909966329467594c
parent41afb42c24200d04589b1fa33c44dc98b993239d
replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199303 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/TableGen.cpp