Displaying 2 results from an estimated 2 matches for "dsafe_mutex".
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
...llvm-g++.sh,
also pass a special LDFLAG.
3. after configuration, rewrite the llvm-gcc.sh and llvm-g++.sh to parse the
LDFLAGS to determine if we should use
"llvm-gcc --emit-llvm " or "llvm-ld"
4. but finally, I still met the following error:
libtool: link: mycc.sh -g -DDBUG_ON -DSAFE_MUTEX -O0 -g3 -shit-shit
-rdynamic -o comp_sql comp_sql.o -lpthread -lcrypt -lnsl -lm -lpthread
llvm-ld: Unknown command line argument '-g'.
Try: 'llvm-ld --help'
llvm-ld: Unknown command line argument '-DDBUG_ON'. Try: 'llvm-ld --help'...
2009 Oct 08
5
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi,
It would be nice if it were easier for relative
novices to build whole-program bitcodes for
large, complex applications with hairy build
systems. Several readers of this list have
been trying various approaches for a few months
but as far as I know we haven't yet found a
good general solution. Approaches that have
been tried include 1) placing wrappers for the
usual tools (gcc, ar, as,