tberghammer added a comment.

You can pass extra compiler flags to the test suit with the -E option (haven't 
tested it). I would suggest to use that option and then xfail based on it 
(xfail if extra flags contain -foo).

In long term I would prefer to not add a new option to expectedFailureAll but 
to implement a generic functional style solution where we can just pass in 
arbitrary number of lambda functions to it so the number of arguments aren't 
increasing constantly but it is something what is completely unrelated to this 
patch.


http://reviews.llvm.org/D18481



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to