[PATCH] D36810: Minimal runtime for UBSan.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 13:45:34 PDT 2017


vsk added inline comments.


================
Comment at: compiler-rt/test/ubsan_minimal/lit.common.cfg:32
+# Check that the host supports UndefinedBehaviorSanitizerMinimal tests
+if config.host_os not in ['Linux', 'FreeBSD', 'NetBSD']: # TODO: 'Darwin', 'Windows'
+  config.unsupported = True
----------------
eugenis wrote:
> vsk wrote:
> > We should be able to just include Darwin here too.
> Would you like me to add Darwin to COMPILER_RT_HAS_UBSAN_MINIMAL in config-ix.cmake, too? I don't have a machine to test it though.
That would be great, I can fix the Darwin bots post-commit if there's any issue.


https://reviews.llvm.org/D36810





More information about the llvm-commits mailing list