[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 08:51:36 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 ["
----------------
please clang-format your patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D47925





More information about the llvm-commits mailing list