search for: arrayfunc

Displaying 4 results from an estimated 4 matches for "arrayfunc".

Did you mean: arrayfuncs
2019 Jan 28
2
How to generate .bc file using configure && make on Mac OS X?
...-parentheses -Wno-format-security -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lglob -lsh -lreadline -lhistory -ltermcap -ltilde lib/intl/libintl.a -liconv -liconv -ldl It is just the .o files are bitcode. But bash is an e...
2019 Jan 28
2
How to generate .bc file using configure && make on Mac OS X?
> On macOS you just omit the '-fuse-ld=gold' and it will work out of the box. > > ./configure CC=clang RANLIB=llvm-ranlib CFLAGS=-flto > > LDFLAGS=-Wl\,-plugin-opt=save-temps\ -flto\ -fuse-ld=gold > > make No. It doesn't work on Mac OS by just omitting '-fuse-ld=gold'. $ ../../../extract/bash-5.0/configure CC=clang CXX=clang++ RANLIB=llvm-ranlib
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
...parser.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/datetime.o utils/adt/datum.o utils/adt/db...