c++ - What exception handling model does the Clang x64 Windows compiler use? -
i've downloaded 3.7.1 llvm windows x64 (from here), , wondering if clang++ inside uses seh exception handling or sjlj, or else? in particular, believe seh best on windows dealing c++ exceptions thrown while behind system call, compiler more useful me if uses seh.
Comments
Post a Comment