[LLVMdev] Missing symbols in pass stack trace

Carlo Alberto Ferraris cafxx at strayorange.com
Fri Jun 24 07:49:58 PDT 2011


> Try building with "make VERBOSE=1", which will show you the 
> command-lines passed to the compiler/linker.  Post the output here.
there you go:
> cafxx at ubuntu:~/Projects/llvm2/lib/Transforms/cgf$ make VERBOSE=1
> llvm[0]: Compiling CGFPass.cpp for Debug+Asserts build (PIC)
> if g++ -I/home/cafxx/Projects/llvm2/include 
> -I/home/cafxx/Projects/llvm2/lib/Transforms/cgf  -D_DEBUG 
> -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -g 
> -fno-exceptions -fno-rtti -fPIC -Woverloaded-virtual -Wcast-qual    
> -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter 
> -Wwrite-strings  -c -MMD -MP -MF 
> "/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d.tmp" 
> -MT 
> "/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.o" -MT 
> "/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d" CGFPass.cpp 
> -o 
> /home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.o ; \
>             then /bin/mv -f 
> "/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d.tmp" 
> "/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d"; 
> else /bin/rm 
> "/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.d.tmp"; 
> exit 1; fi
> llvm[0]: Linking Debug+Asserts Loadable Module CGF.so
> g++ -I/home/cafxx/Projects/llvm2/include 
> -I/home/cafxx/Projects/llvm2/lib/Transforms/cgf  -D_DEBUG 
> -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -g 
> -fno-exceptions -fno-rtti -fPIC -Woverloaded-virtual -Wcast-qual -g 
> -Wl,-R -Wl,'$ORIGIN' -L/home/cafxx/Projects/llvm2/Debug+Asserts/lib 
> -L/home/cafxx/Projects/llvm2/Debug+Asserts/lib    -pedantic 
> -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings    
> -shared -o /home/cafxx/Projects/llvm2/Debug+Asserts/lib/CGF.so 
> /home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGFPass.o \
>        
> -Wl,--version-script,/home/cafxx/Projects/llvm2/lib/Transforms/cgf/Debug+Asserts/CGF.exports.map 
> -lpthread -ldl -lm
>



-- 
Carlo Alberto Ferraris <cafxx at strayorange.com 
<mailto:cafxx at strayorange.com>>
website/blog <http://cafxx.strayorange.com> - +39 333 7643 235
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110624/521f314a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cafxx.vcf
Type: text/x-vcard
Size: 233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110624/521f314a/attachment.vcf>


More information about the llvm-dev mailing list