>>>> On Nov 8, 2007, at 2:35 PM, Dale Johannesen wrote:
>>>>> The error message is clean,
>>>>> but something like dg-require would be even better.
>>>>
>>>> We do not have anything like dg-require.
>>>
>>> What is dg-require?
>
> It checks whether target supports particular feature or not before
> running the test.

The gcc testsuite uses this to encapsulate feature tests that apply  
to more than
one target, but not everywhere.   For example, 32-bit targets or IEEE  
floating point.
(To add a new one you have to write some tcl code, unfortunately.)

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to