[PATCH] Start fleshing out the Darwin driver
Sean Silva
silvas at purdue.edu
Sun Aug 25 15:50:54 PDT 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130825/7f6c5c01/attachment.html>
More information about the llvm-commits
mailing list