search for: proger

Displaying 7 results from an estimated 7 matches for "proger".

Did you mean: roger
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 `clang::DocumentXML::escapeString(char const*, unsigned long)': /home/proger/dev/llvm/tools/clang/lib/Frontend/DocumentXML.cpp:107: warning: sprintf() is often misused, please use snprintf() I've done s...
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 &...
2010 Oct 28
1
[LLVMdev] [diff] let llvm-shlib build on OpenBSD
...0/27 NAKAMURA 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. >> >> _______________________________________________ >&gt...
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 +++
2002 Nov 18
1
未承諾広告※ Get Free Prog. CD プログレCD無料プレゼント
(It is not spam. I sned email to prog lovers. But if you don't want to get next email, please click below URL) http://210.230.231.33/g/m/s.aspx?R=493E1&U=3F810&M=2B (???????????????????URL???????????) http://210.230.231.33/g/m/s.aspx?R=493E1&U=3F810&M=2B Hello progers! We are vender of Japanese prog rock. Please visit our site. http://www.musicterm.jp/english/ If you get our CD now, you can get one more free CD of this title -Djmra - (Live MellodyMirror Vol.002) It is full concert of R.I.O. style jazz rock band at Osaka. MusicTerm?????????????CD???Pekka, Mat...
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