Displaying 6 results from an estimated 6 matches for "ts_utils".
Did you mean:
ts_util
2013 Sep 22
2
[LLVMdev] Bad permissions for mapped region
Hi List,
I'm trying to upgrade our llvm-c based compiler from JIT to MCJIT.
While trying to do so I encountered several problems. Looks like C
API does not have proper functions to intialize LLVM with MCJIT.
I ended up wrapping the following functions in my own init routine.
LLVMInitializeX86TargetInfo();
LLVMInitializeX86Target();
LLVMInitializeX86TargetMC();
LLVMInitializeX86AsmPrinter();
2013 Sep 22
0
[LLVMdev] Bad permissions for mapped region
I managed to make it work by cloning code from lli and making my own cpp
wrapper.
2013/9/22 Konstantin Olkhovskiy <lupus at oxnull.net>
> Hi List,
>
> I'm trying to upgrade our llvm-c based compiler from JIT to MCJIT.
> While trying to do so I encountered several problems. Looks like C
> API does not have proper functions to intialize LLVM with MCJIT.
> I ended up
2007 Feb 25
4
[BUG] Bus Error OS X
.../ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb"
"test/unit/tc_document.rb" "test/unit/ts_analysis.rb"
"test/unit/ts_index.rb" "test/unit/ts_query_parser.rb"
"test/unit/ts_search.rb" "test/unit/ts_store.rb" "test/unit/ts_utils.rb"
Loading once
Loaded suite
/Applications/Locomotive/Bundles/rmagickRailsJan2007_x86.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader
Started
.........................EEEEEEEE./test/unit/../unit/analysis/../../unit/index/tc_index_reader.rb:539:
[BUG] Bus Error...
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...e.o tsearch/ts_parse.o
> tsearch/wparser.o tsearch/wparser_def.o tsearch/dict.o
> tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o
> tsearch/dict_ispell.o tsearch/regis.o tsearch/spell.o
> tsearch/to_tsany.o tsearch/ts_selfuncs.o tsearch/ts_typanalyze.o
> tsearch/ts_utils.o utils/adt/acl.o utils/adt/arrayfuncs.o
> utils/adt/array_expanded.o utils/adt/array_selfuncs.o
> utils/adt/array_typanalyze.o utils/adt/array_userfuncs.o
> utils/adt/arrayutils.o utils/adt/ascii.o utils/adt/bool.o
> utils/adt/cash.o utils/adt/char.o utils/adt/date.o
> utils/adt/dat...