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
Hello,> 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?No at all. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University