[PATCH] D24568: [compiler-rt] Changing function prototype returning unused value
Etienne Bergeron via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 10:41:23 PDT 2016
etienneb added inline comments.
================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:1891
@@ -1890,3 +1892,4 @@
// instrumented.
- maybeInsertAsanInitAtFunctionEntry(F);
----------------
ok. I moved to your semantic.
I wasn't aware that runFunction should return true when modified.
https://reviews.llvm.org/D24568
More information about the llvm-commits
mailing list