commit | 2ffa9cee1d5fd139bae38da07f27233930dcd7ef | [log] [tgz] |
---|---|---|
author | Simon Shields <simonshields@google.com> | Tue Dec 08 11:31:20 2020 +1100 |
committer | Simon Shields <simonshields@google.com> | Tue Dec 08 23:36:06 2020 +0000 |
tree | 5764339477f86d78720f038cf53c67b71c9a99bc | |
parent | a66b491b30b3783527e746a2af6375e7a7fa59be [diff] |
[murmurhash] Re-enable ubsan for murmurhash. Bug: 46777 Change-Id: I8a20774a27f9c63e3afc1aa53ee56faf25d3b90a Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/murmurhash.c/+/459034 Reviewed-by: Leonard Chan <leonardchan@google.com>
diff --git a/BUILD.gn b/BUILD.gn index a22c834..9e04c2a 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -7,8 +7,4 @@ "murmurhash.c", "murmurhash.h", ] - - # TODO(46777): UBSan has found an instance of undefined behavior in this target. - # Disable UBSan for this target temporarily until it is migrated into CI/CQ. - configs += [ "//build/config:temporarily_disable_ubsan_do_not_use" ] }