[Lldb-commits] [PATCH] [linux] Use cmake to detect support process_vm_readv (bug #23918)

Eugene Zelenko eugene.zelenko at gmail.com
Thu Jun 25 11:10:36 PDT 2015


Please define  -DHAVE_PROCESS_VM_READV and -DHAVE_NR_PROCESS_VM_READV without values and check them with #ifdef/#ifndef.

I had preprocessor errors with #if ! applied to undefined variable in Uio.h and LibcGlue.cpp.

Build was successful after I changed #if !  to #ifdef.


http://reviews.llvm.org/D10727

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list