[PATCH] Enable Asan lit tests on FreeBSD.

Viktor Kutuzov vkutuzov at accesssoftek.com
Thu Sep 18 03:12:39 PDT 2014


================
Comment at: test/asan/lit.cfg:146
@@ -146,1 +145,3 @@
+# FreeBSD only.
+if config.host_os not in ['Linux', 'Darwin', 'FreeBSD']:
   config.unsupported = True
----------------
emaste wrote:
> Should these go in alpha order?
They goes in non-alphabetical order already, so it should probably be addressed by another revision.

http://reviews.llvm.org/D5375






More information about the llvm-commits mailing list