Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] configure/cmake help :)"
2009 Aug 24
0
[LLVMdev] configure/cmake help :)
Chris Lattner <clattner at apple.com> writes:
> 1. Config/Alloca.h is now dead. Once configure and cmake support is
> removed, we can zap it. Can someone remove the cmake/autoconf stuff
> that pokes at Config/Alloca.h?
AFAIK, there is nothing specific for include/llvm/Config/alloca.h on the
cmake build and it works fine after removing the file (checked on Linux
x86_64).
2009 Aug 24
1
[LLVMdev] configure/cmake help :)
On Sun, Aug 23, 2009 at 5:04 PM, Óscar Fuentes<ofv at wanadoo.es> wrote:
> Chris Lattner <clattner at apple.com> writes:
>
>> 1. Config/Alloca.h is now dead. Once configure and cmake support is
>> removed, we can zap it. Can someone remove the cmake/autoconf stuff
>> that pokes at Config/Alloca.h?
>
> AFAIK, there is nothing specific for
2009 Aug 24
8
[LLVMdev] Regular Expression lib support
On Aug 23, 2009, at 9:01 PM, Daniel Berlin wrote:
>> 2. Use POSIX regcomp facilities. This implies importing some
>> implementation of this interface, e.g., Windows. On Linux, BSD, etc.
>> we would try to use the platform version if available (and non-
>> buggy).
>
> Don't do it.
> They are ridiculous slow, and posix made some really dumb choices in
>
2009 Aug 24
4
[LLVMdev] Regular Expression lib support
On Sun, Aug 23, 2009 at 3:29 PM, Kenneth Uildriks<kennethuil at gmail.com> wrote:
> On Sun, Aug 23, 2009 at 4:56 PM, Daniel Dunbar<daniel at zuster.org> wrote:
>> We would like to have access to some kind of regular expression
>> library inside LLVM. For example, we need this to extend the FileCheck
>> test case checking tool to support regular expressions.
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
On Sun, Aug 23, 2009 at 5:56 PM, Daniel Dunbar<daniel at zuster.org> wrote:
> We would like to have access to some kind of regular expression
> library inside LLVM. For example, we need this to extend the FileCheck
> test case checking tool to support regular expressions.
>
> There are three obvious options:
> 1. Roll our own library. Multiple unnamed individuals may even
2002 May 08
1
embedded R resolving wrong symbols
Hi All,
When R is embedded in python on my system (Solaris 8), calls to the c
functions 'regcomp' and 'regexec' are being resolved to the c-library,
rather than the functions compiled from regex.c. This leads to segfaults
because the c-library functions have quite different semantics.
Is there any way to get around this, other than renaming the offending
functions? E.G., would
2024 Nov 02
1
Driver with calls to USB functions not linking
Hello again all.
I am trying to use USB functions (non-HID) and I get a linker error
for functions that are in the included usb-common.h file.
Specifically, at the start, these functions:
- warn_if_bad_usb_port_filename
- nutusb_open
- is_usb_device_supported
Clearly the headers are there or I don't think the driver would
compile. Can someone point me in the right direction please?
Thank
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
On 2009-08-24 07:28, Chris Lattner wrote:
> On Aug 23, 2009, at 9:01 PM, Daniel Berlin wrote:
>
>>> 2. Use POSIX regcomp facilities. This implies importing some
>>> implementation of this interface, e.g., Windows. On Linux, BSD, etc.
>>> we would try to use the platform version if available (and non-
>>> buggy).
>>>
>> Don't
2009 Aug 23
6
[LLVMdev] Regular Expression lib support
We would like to have access to some kind of regular expression
library inside LLVM. For example, we need this to extend the FileCheck
test case checking tool to support regular expressions.
There are three obvious options:
1. Roll our own library. Multiple unnamed individuals may even
already have implementations lying around! :)
2. Use POSIX regcomp facilities. This implies importing some
2002 May 09
1
Fixed: embedded R resolving wrong symbols
Hi Duncan
Your suggestion to use '-Bsymbolic' proved to be (almost) the solution. I
tried that and it didn't work because I'm using gcc instead of Sun's
compilers. It took me a bit of time to discoed that gcc uses '-symbolic'
rather than '-Bsymbolic'.
Once I figured that out, changing
LIBR_LDFLAGS = -shared
to
LIBR_LDFLAGS = -symbolic -shared
in Makeconf
2009 Aug 23
0
[LLVMdev] Regular Expression lib support
On Sun, Aug 23, 2009 at 4:56 PM, Daniel Dunbar<daniel at zuster.org> wrote:
> We would like to have access to some kind of regular expression
> library inside LLVM. For example, we need this to extend the FileCheck
> test case checking tool to support regular expressions.
>
> There are three obvious options:
> 1. Roll our own library. Multiple unnamed individuals may even
2001 Jan 23
11
cc & no 64bit int patches
Here are a couple of patches against the CVS (Jan 22 18:41 PST)
Some C++ comments found their way into ssh.h
The no64.patch puts ifdefs around buffer_get_int64()
now in bufaux.[c,h]
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
--- ssh.h.old Mon Jan 22 18:40:58 2001
+++ ssh.h Mon Jan 22 19:02:02 2001
@@ -25,8 +25,10 @@
# include
2017 Jun 28
1
regexec() bug in R 3.4.0
Hi,
In R 3.4.0, the "Pattern Matching and Replacement" documentation that describes regexec(), gregexpr(), etc. states that the "text" argument to regexec is a character vector, "or an object which can be coerced by as.character to a character vector":
regexec(pattern, text, ignore.case = FALSE, perl = FALSE,
fixed = FALSE, useBytes = FALSE)
2009 Aug 24
2
[LLVMdev] Regular Expression lib support
On Aug 23, 2009, at 5:50 PM, OvermindDL1 wrote:
> On Sun, Aug 23, 2009 at 6:32 PM, Daniel Dunbar<daniel at zuster.org>
> wrote:
>> This is too heavy, and we don't need the extra features, and regexec
>> is well tested and much more standard. Unless there is an
>> overwhelming
>
> 'regexec' I had never heard of, figured it was a library, turns
1997 Aug 13
1
R-beta: compiling R-5.0 on IRIX6.1
Hi,
I am compiling R-0.50 on my SGI Indigo 2 R8000 machine with IRIX6.1
and it stopped in the middle. Could anyone help me to fix it?
Many thanks!
p.s.: The last lines of message:
: ../lib/libappl.a
cd regex; make
cc -g -I../include -DPOSIX_MISTAKE -c regcomp.c
"regcomp.c", line 753: warning(1110): statement is unreachable
break;
^
cc -g -I../include -DPOSIX_MISTAKE -c
1997 Aug 13
1
R-beta: compiling R-5.0 on IRIX6.1
Hi,
I am compiling R-0.50 on my SGI Indigo 2 R8000 machine with IRIX6.1
and it stopped in the middle. Could anyone help me to fix it?
Many thanks!
p.s.: The last lines of message:
: ../lib/libappl.a
cd regex; make
cc -g -I../include -DPOSIX_MISTAKE -c regcomp.c
"regcomp.c", line 753: warning(1110): statement is unreachable
break;
^
cc -g -I../include -DPOSIX_MISTAKE -c
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
On Sun, Aug 23, 2009 at 6:32 PM, Daniel Dunbar<daniel at zuster.org> wrote:
> This is too heavy, and we don't need the extra features, and regexec
> is well tested and much more standard. Unless there is an overwhelming
'regexec' I had never heard of, figured it was a library, turns out it
is a function call on *nix systems, yea, that is very much not usable
in any way
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
On Sun, Aug 23, 2009 at 10:20 PM, Chris Lattner<clattner at apple.com> wrote:
> On Aug 23, 2009, at 9:11 PM, OvermindDL1 wrote:
>>>
>>> Again, forget boost regex. :)
>>
>> What about std::regex?
>
> No, we have to build with c++'98 compilers. I think you're missing the
> point here. We care about code size in llvm, and the best code size
2009 Aug 28
3
[LLVMdev] Regular Expression lib support
Nice!
This looks good to me but probably Chris or someone else should sign off on it.
There were two minor warnings on Darwin:
--
In file included from /Volumes/Data/Users/ddunbar/llvm/lib/Support/regexec.c:81:
/Volumes/Data/Users/ddunbar/llvm/lib/Support/regengine.inc: In
function 'sbackref':
/Volumes/Data/Users/ddunbar/llvm/lib/Support/regengine.inc:665:
warning: control reaches end of
2009 Mar 23
2
[LLVMdev] Problem Compiling Test-suite
Hello, I am new in using llvm so I would like to get some help on how to compile test-suite.
Assumptions:
llvm is in /llvm directory
llvm-gcc is in /llvm-4.2-2.4-x86-linux-RHEL4/bin
I have tried compiling test-suite and I get the following error:
$make
make[1]: Entering directory '/llvm/projects/test-suite/SingleSource'
make[2]: Entering directory