search for: libstc

Displaying 1 result from an estimated 1 matches for "libstc".

Did you mean: libstdc
2009 Apr 08
1
[LLVMdev] libstdc++v3
Hi all, I have some doubts on libstdc++v3? at the g++ side the libstdc++v3 as a runtime lib , a component of the g++, but at the llvm, there are no libstdc++v3 ? are llvm leave the libstc++v3 to the front-end(clang or llvm-gcc?). another problem is if I compile libstdc++v3 as byte-code (llvm-IR), just say libstdc++v3.bc , and link libstdc++v3.bc with programs, are this action can solve the problem of llvm didn't support sjlj-exception? best regards zhangzw