[PATCH] Start fleshing out the Darwin driver

Shankar Easwaran shankare at codeaurora.org
Sun Aug 25 19:01:01 PDT 2013


Thanks for the tip Sean. Fixed in r189207.

Would be nice to support indenting td files with clang-format.

Thanks

Shankar Easwaran

On 8/25/2013 5:50 PM, Sean Silva wrote:
> On Thu, Aug 22, 2013 at 4:22 PM, Shankar Easwaran
> <shankare at codeaurora.org>wrote:
>
>> On 8/22/2013 2:43 AM, Joe Ranieri wrote:
>>
>>> The LDOptions.td file seem to disregard the 80 column idea completely.
>>>
>> Tablegen doesnot support strings split over multiple lines.
>>
> It does concatenate adjacent string tokens like in C though. E.g.:
>
> def warn_redundant_loop_iteration : Warning<
>    "variable %0 is %select{decremented|incremented}1 both in the loop header
> "
>    "and in the loop body">,
>    InGroup<LoopAnalysis>, DefaultIgnore;
>
>
> -- Sean Silva
>


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation




More information about the llvm-commits mailing list