[PATCH] [sanitizer] Support adaptive stack unwinding in sanitizer tools.

Kostya Serebryany kcc at google.com
Tue Aug 13 07:35:59 PDT 2013



================
Comment at: CMakeLists.txt:125
@@ -125,2 +124,3 @@
   -O3
+  -fno-omit-frame-pointer
   )
----------------
please don't. This will hurt performance. 
If you absolutely insist, you may use this flag separately on the files with interceptors, but I will ask you to motivate such change 


http://llvm-reviews.chandlerc.com/D1378



More information about the llvm-commits mailing list