[Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 29 19:25:11 PDT 2015


krytarowski added inline comments.

================
Comment at: tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:72
@@ -71,1 +71,3 @@
 
+// Missing defines due to bug: https://sourceware.org/bugzilla/show_bug.cgi?id=4125
+
----------------
brucem wrote:
> This bug was fixed in 2007, over 8 years ago ... at what point do we stop carrying around this baggage?
Few defines aren't much of entanglement. RHEL5 is still supported upstream (till 2017).

https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux#Product_life_cycle


Repository:
  rL LLVM

http://reviews.llvm.org/D14182





More information about the lldb-commits mailing list