[lld] r193978 - [ELF] Allow colons in the path.

Rui Ueyama ruiu at google.com
Sun Nov 3 20:41:27 PST 2013


No, I don't think so, because obviously no tests had been failing on
buildbot. And yes, we should do that. I'll do that probably this week.


On Sun, Nov 3, 2013 at 8:39 PM, Shankar Easwaran <shankare at codeaurora.org>wrote:

> Cool!. is the msvc testing that you did, buildbot integrated ?
>
>
> On 11/3/2013 10:30 PM, Rui Ueyama wrote:
>
>> Author: ruiu
>> Date: Sun Nov  3 22:30:37 2013
>> New Revision: 193978
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=193978&view=rev
>> Log:
>> [ELF] Allow colons in the path.
>>
>> This patch should fix the test when it runs on Windows, by allowing drive
>> letter separator (colon) in the path. Now all LLD ELF tests passed on MSVC
>> 2012 32-bit. Hooray!
>>
>> Modified:
>>      lld/trunk/test/elf/dynamic-undef.test
>>
>> Modified: lld/trunk/test/elf/dynamic-undef.test
>> URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/
>> dynamic-undef.test?rev=193978&r1=193977&r2=193978&view=diff
>> ============================================================
>> ==================
>> --- lld/trunk/test/elf/dynamic-undef.test (original)
>> +++ lld/trunk/test/elf/dynamic-undef.test Sun Nov  3 22:30:37 2013
>> @@ -23,7 +23,7 @@ RUN:   %p/Inputs/shared.so-x86-64 -o %t
>>   RUN: --use-shlib-undefines --no-allow-shlib-undefined  2> %t2
>>   RUN: FileCheck -check-prefix=SHLIB %s < %t2
>>   -EXEC: Undefined Symbol: {{[-_A-Za-z0-9.\\/]+}}shared.so-x86-64 : puts
>> -SHLIB: Undefined Symbol: {{[-_A-Za-z0-9.\\/]+}}shared.so-x86-64 : puts
>> -EXEC-NOT: Undefined Symbol: {{[-_A-Za-z0-9.\\/]+}}shared.so-x86-64 :
>> weakfoo
>> -SHLIB-NOT: Undefined Symbol: {{[-_A-Za-z0-9.\\/]+}}shared.so-x86-64 :
>> weakfoo
>> +EXEC: Undefined Symbol: {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64 : puts
>> +SHLIB: Undefined Symbol: {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64 : puts
>> +EXEC-NOT: Undefined Symbol: {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64 :
>> weakfoo
>> +SHLIB-NOT: Undefined Symbol: {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64 :
>> weakfoo
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>>
>>
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted
> by the Linux Foundation
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131103/133f16ad/attachment.html>


More information about the llvm-commits mailing list