aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libaom/project.yaml
diff options
context:
space:
mode:
authorGravatar wantehchang <wtc@google.com>2018-07-17 17:41:55 -0700
committerGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-07-17 17:41:55 -0700
commit90f03e3aface9f8b85f2873e46cb071a088e9e15 (patch)
tree071f44623faafe21038852aedc204509acf394e5 /projects/libaom/project.yaml
parentfb776a2881f61f06324cf9f8d8621d29005ce92e (diff)
[libaom] Add MemorySanitizer (MSan) support. (#1627)
Build libaom with all assembly code disabled for MemorySanitizer.
Diffstat (limited to 'projects/libaom/project.yaml')
-rw-r--r--projects/libaom/project.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/libaom/project.yaml b/projects/libaom/project.yaml
index f9afeefc..8868abc2 100644
--- a/projects/libaom/project.yaml
+++ b/projects/libaom/project.yaml
@@ -2,6 +2,7 @@ homepage: "https://aomedia.org/av1-features/get-started/"
primary_contact: "urvang@google.com"
sanitizers:
- address
+- memory
- undefined
auto_ccs:
- huisu@google.com