1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/examples/Kaleidoscope/Chapter3
Lang Hames c2f93ebd16 [Kaleidoscope] Fix static global ordering to prevent crash on exit.
If TheModule is declared before LLVMContext then it will be destructed after it,
crashing when it tries to deregister itself from the destructed context.

llvm-svn: 270381
2016-05-22 22:48:36 +00:00
..
CMakeLists.txt cmake: Add Kaleidoscope target 2015-01-06 23:39:37 +00:00
toy.cpp [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00