diff options
author | Abhishek Arya <inferno@chromium.org> | 2017-04-04 17:13:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 17:13:59 -0700 |
commit | 26d50f18fcc728311ff7a6d3d9d505d96707731d (patch) | |
tree | d9a45ad3f1b9885552f8edf22f51217666bed84a /projects/llvm_libcxxabi | |
parent | b436a195bd3bf81cbec33bf876766e7185f8b143 (diff) |
Enable msan experimental on some projects. (#514)
Diffstat (limited to 'projects/llvm_libcxxabi')
-rw-r--r-- | projects/llvm_libcxxabi/project.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/llvm_libcxxabi/project.yaml b/projects/llvm_libcxxabi/project.yaml index f80ed09a..8a247b09 100644 --- a/projects/llvm_libcxxabi/project.yaml +++ b/projects/llvm_libcxxabi/project.yaml @@ -1,2 +1,7 @@ homepage: "http://libcxxabi.llvm.org/" primary_contact: "kcc@google.com" +sanitizers: + - address + - memory: + experimental: True + - undefined |