Displaying 4 results from an estimated 4 matches for "appendlibsuffix".
2009 Sep 11
1
[LLVMdev] tblgen bug in handling case , switch_on
Mikhail Glushenkov wrote:
> Hi,
>
> On Thu, Sep 10, 2009 at 8:01 PM, Sanjiv Gupta
> <sanjiv.gupta at microchip.com> wrote:
>
>> Why do we need both 'conflict' and 'warning' ?
>>
>
> 'warning' just prints a warning, 'conflict' is a fatal error.
>
> A better example would be something like:
>
> (warning (and
2009 Sep 11
0
[LLVMdev] tblgen bug in handling case , switch_on
...9;t work since actions are not composable (alas).
> Anything like append_cmd_nospace ? or any other way?
I'm afraid there is no way to do this right now. One way to support
this is to extend the hook mechanism to work with actions:
(case (not_empty "-l"), (append_cmd "$CALL(AppendLibSuffix)"))
--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
2009 Sep 13
1
[LLVMdev] tblgen bug in handling case , switch_on
...;
>
>> Anything like append_cmd_nospace ? or any other way?
>>
>
> I'm afraid there is no way to do this right now. One way to support
> this is to extend the hook mechanism to work with actions:
>
> (case (not_empty "-l"), (append_cmd "$CALL(AppendLibSuffix)"))
>
>
Thanks for thinking over it.
On second thoughts, I feel that it isn't right to ask for a feature for
every such thing. The right way to do this is to fix one's linker itself
so that it accepts a -l option as such forwarded by the driver.
- Sanjiv
2009 Sep 10
4
[LLVMdev] tblgen bug in handling case , switch_on
Mikhail Glushenkov wrote:
> Hi Sanjiv,
>
> On Sun, Sep 6, 2009 at 8:13 PM, Mikhail
> Glushenkov<the.dead.shall.rise at gmail.com> wrote:
>
>> Hi Sanjiv,
>>
>> On Sun, Sep 6, 2009 at 8:07 PM, Mikhail
>> Glushenkov<the.dead.shall.rise at gmail.com> wrote:
>>
>>> [...]
>>>
>> [Sorry, the formatting was a