search for: undefiend

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

Did you mean: undefed
2011 Dec 13
1
[LLVMdev] Issues in converting C++ code to C using llvm and llc
...or % llvm-g++ -c -emit-llvm test_orig.*EXT* -o test_orig.bc % llc -march=c test_orig.bc -o test_new.c and then I simply used gcc to compile test_new.c gcc test_new.c When *EXT* is .c then everything works fine however when it is .cpp then when I try to recompile the test_new.c using gcc it says undefiend references to std::cout, std::basic_ostream, std::ios_base I thought that llvm should be able to convert "cout" to "printf" or equivalent. Also how does llvm handles the libraries which are not part of std C but are in C++. ----------------------------------------- When I trie...
2007 Oct 28
0
No subject
However I think it depends on other commits as I get an undefiend symbol when applying jsut this commit to 0.6.0 release, so I guess you'll need to cherry pick several commits to get this working (or just run the git vversion!). I'm currently too drunk to work out what's needed so you're on your own until I sober up or someone else points out more...