search for: dace_ntrace

Displaying 2 results from an estimated 2 matches for "dace_ntrace".

2012 Sep 02
0
[LLVMdev] How can I modify Clang/LLVM build system?
...y(ACE) library from current LLVM and Clang build system. What I need to add into current build system are -I$ACE_ROOT ..............(adding a path for ACE header files) -I../LogManager .............(adding a path for my custom header files) -L$ACE_ROOT/lib .........(adding a path for ACE Library) -DACE_NTRACE=0 .......(define a Macro) -lACE ..............................(specifying an ACE library) What I know is Makefile.am if it is GNU autotools. But I can't find this file from current LLVM/Clang source code. And also I wonder if any people should use any kind of logging or tracing method to debu...
2012 Sep 02
0
[LLVMdev] How can I modify Clang/LLVM build system?
...ed to modify Makefiles of Clang and LLVM. What I need to do is just adding those shown below to Makefile. -I$ACE_ROOT ..............(adding a path for ACE header files) -I../LogManager .............(adding a path for my custom header files) -L$ACE_ROOT/lib .........(adding a path for ACE Library) -DACE_NTRACE=0 .......(define a Macro) -lACE ..............................(specifying an ACE library) How am I supposed to work on which file in Clang and LLVM source code? Thank you very much in advance. Best regards Journeyer J. Joh -- ---------------------------------------- Journeyer J. Joh o o s a p r...