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