eugenis added a comment.

Please add a CodeGen test.


================
Comment at: lib/CodeGen/CGClass.cpp:1471
@@ +1470,3 @@
+    llvm::Value *Fn =
+        CGM.CreateRuntimeFunction(FnType, "__sanitizer_dtor_exit_callback");
+    EmitNounwindRuntimeCall(Fn, Args);
----------------
I think remove "_exit" from the name - it can be confused with the program exit.




http://reviews.llvm.org/D11109




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to