[PATCH] D17045: [msan] Mark fork.cc unsupported on mips64 (and make it possible to do so)

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 17:00:05 PST 2016


samsonov added inline comments.

================
Comment at: test/msan/lit.cfg:29
@@ -28,1 +28,3 @@
 
+config.available_features.add(config.target_arch + '-arch')
+
----------------
Can this go to test/lit.common.cfg instead?


http://reviews.llvm.org/D17045





More information about the llvm-commits mailing list