f0rki / mapping-high-level-constructs-to-llvm-ir

A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.
https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io
Other
599 stars 62 forks source link

Fix exception_example.cpp #29

Closed higuoxing closed 5 years ago

higuoxing commented 5 years ago

Fix C++ example. Make this example runable.

f0rki commented 5 years ago

Thanks!