Displaying 6 results from an estimated 6 matches for "_wordexp".
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
On Tue, Sep 22, 2015 at 01:04:27PM -0700, Chris Bieneman via llvm-dev wrote:
> This does not sound right. -isysroot specified during linking should be passing through the sys root to the linker.
No? It should just be dropped.
Joerg
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
...mpact on this problem since that flag is already being specified in the failing commands you’ve shown.
-Chris
> On Sep 22, 2015, at 1:43 PM, Alex Wang via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> Summary is linker fails with unknown symbol in iossim asan/ubsan (was _wordexp
> in the past, now is _sigaltstack$UNIX2003"i), or ranlib getting bad input while
> working on native tablegen (archive extends past end of file, no such file are
> the ones I remember)
>
> Full commands + partial logs here:
> https://gist.github.com/aw1621107/86fec1e1fa...
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
...hown.
>>
>> -Chris
>>
>>> On Sep 22, 2015, at 1:43 PM, Alex Wang via llvm-commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
>>>
>>> Summary is linker fails with unknown symbol in iossim asan/ubsan (was _wordexp
>>> in the past, now is _sigaltstack$UNIX2003"i), or ranlib getting bad input while
>>> working on native tablegen (archive extends past end of file, no such file are
>>> the ones I remember)
>>>
>>> Full commands + partial logs here:
>>>...
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
...>>>>
>>>>> On Sep 22, 2015, at 1:43 PM, Alex Wang via llvm-commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
>>>>>
>>>>> Summary is linker fails with unknown symbol in iossim asan/ubsan (was _wordexp
>>>>> in the past, now is _sigaltstack$UNIX2003"i), or ranlib getting bad input while
>>>>> working on native tablegen (archive extends past end of file, no such file are
>>>>> the ones I remember)
>>>>>
>>>>> Full com...
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
...t;>>>>> On Sep 22, 2015, at 1:43 PM, Alex Wang via llvm-commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
>>>>>>>
>>>>>>> Summary is linker fails with unknown symbol in iossim asan/ubsan (was _wordexp
>>>>>>> in the past, now is _sigaltstack$UNIX2003"i), or ranlib getting bad input while
>>>>>>> working on native tablegen (archive extends past end of file, no such file are
>>>>>>> the ones I remember)
>>>>>>>...
2015 Sep 22
3
[compiler-rt] Add iOS simulator link flag
+llvm-commits (correct list)
On Tue, Sep 22, 2015 at 12:32 PM, Alexey Samsonov <vonosmas at gmail.com>
wrote:
> Could you describe the build failures you see after applying this patch?
> I'll let Chris judge if adding -Wl,-syslibroot makes sense for iossim, or
> that problem should be solved differently.
>
> On Tue, Sep 22, 2015 at 9:37 AM, Alex Wang via llvm-dev <