[PATCH] D47925: Add debug info for OProfile porifling support

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 12:24:57 PDT 2018


aprantl added inline comments.


================
Comment at: lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp:132
+
+    if(Wrapper->op_write_debug_line_info((void*) Addr, num_entries, debug_line) == -1) {
+        DEBUG(dbgs() << "Failed to tell OProfiler about debug object at ["
----------------
aprantl wrote:
> please clang-format your patch.
sorry for being obnoxious :-) but this still doesn't look clang-formatted...


https://reviews.llvm.org/D47925





More information about the llvm-commits mailing list