• Kevin Modzelewski's avatar
    Get rid of stacktrace.cpp · 4f44b377
    Kevin Modzelewski authored
    It had gotten pretty ad hoc.  There were two things it was doing
    - some things dealing with unwinding; moved those to codegen/unwinding.cpp
    - most of our exception-throwing logic; moved these to a new runtime/exceptions.cpp
    4f44b377
CMakeLists.txt 3.79 KB