Displaying 6 results from an estimated 6 matches for "uaoug".
2010 Oct 27
2
[LLVMdev] [diff] let llvm-shlib build on OpenBSD
Hi, llvmdev!
The diff attached takes the features of OpenBSD binutils into account
(which needs --whole-archive) and makes build with ENABLE_SHARED
successful.
-------------- next part --------------
Index: tools/llvm-shlib/Makefile
===================================================================
--- tools/llvm-shlib/Makefile (revision 117443)
+++ tools/llvm-shlib/Makefile (working copy)
@@
2010 Oct 27
0
[LLVMdev] [diff] let llvm-shlib build on OpenBSD
Vladimir,
It is as same as freebsd :)
See also http://llvm.org/bugs/show_bug.cgi?id=8434
I will commit them fused tomorrow, if no one objects.
...Takumi
2010/10/27 Vladimir Kirillov <proger at uaoug.org.ua>:
> Hi, llvmdev!
>
> The diff attached takes the features of OpenBSD binutils into account
> (which needs --whole-archive) and makes build with ENABLE_SHARED
> successful.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMd...
2010 Oct 28
1
[LLVMdev] [diff] let llvm-shlib build on OpenBSD
...URA Takumi <geek4civic at gmail.com>:
> Vladimir,
>
> It is as same as freebsd :)
> See also http://llvm.org/bugs/show_bug.cgi?id=8434
>
> I will commit them fused tomorrow, if no one objects.
>
>
> ...Takumi
>
>
> 2010/10/27 Vladimir Kirillov <proger at uaoug.org.ua>:
>> Hi, llvmdev!
>>
>> The diff attached takes the features of OpenBSD binutils into account
>> (which needs --whole-archive) and makes build with ENABLE_SHARED
>> successful.
>>
>> _______________________________________________
>> LLVM De...
2010 Nov 24
1
[LLVMdev] llvm build breakage on OpenBSD after adding system_error
Hello, llvmdev!
Subj, not all UNIX systems have that much number of errnos, so
I'm attaching the workaround that i've used to build llvm.
Hope this gets resolved.
Thanks!
-------------- next part --------------
diff --git a/include/llvm/System/system_error.h b/include/llvm/System/system_error.h
index 3bfc092..2c0fa5c 100644
--- a/include/llvm/System/system_error.h
+++
2010 Nov 07
1
[LLVMdev] Using MC Parser data
Hi, llvmdev!
I have some thoughts about using the LLVM MC Parser's data to extract
information about symbols like global data and 'functions' (labels with
code following) intermixed with preprocessor directives (for example a
C-like include file using function-like macros defined in the assembler
source code).
I'm looking at the MCContext class which is likely to own all
symbols
2010 Oct 25
1
[LLVMdev] sprintf -> snprintf conversion
Hello, llvmdev!
I'm using LLVM on OpenBSD. This project proactively advocates usage
of 'secure' C apis, especially related to memory bounds checking.
Thus using functions like sprintf/strcpy/etc usually spits out a
linker warning in base toolchain like this one:
/home/proger/dev/llvm/Debug+Asserts/lib/libclangFrontend.a(DocumentXML.o) (.text+0xc65): In function