[PATCH] Fix tablegen cmake rule.

James Y Knight jyknight at google.com
Fri May 8 22:43:02 PDT 2015


Looks like it doesn't have an atexit handler to call the cleanup function, only a signal handler. And PrintFatalError just calls exit(1), which doesn't unwind the stack to call destructors. So, the cleanup never happens.


http://reviews.llvm.org/D9608

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list