[PATCH] D88056: [gn build] Allow option to build with asan/tsan/ubsan

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 16:31:43 PDT 2020


aeubanks added a comment.

I got asan to fire on some out of bounds stuff with this change, but couldn't get ubsan to trigger on integer overflow for some reason. -fsanitize=undefined is in the ninja files, so maybe I just didn't trip it in the right way.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88056/new/

https://reviews.llvm.org/D88056



More information about the llvm-commits mailing list