[Lldb-commits] [PATCH] D32125: [LLVM][MIPS] Fix different definition of off_t in LLDB and LLVM

Chris Bieneman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 17 10:54:31 PDT 2017


beanz added a comment.

Can you please move this check into `HandleLLVMOptions.cmake`? By putting it into a module that is vended as part of LLVM's packaging then LLVM subprojects can have consistent settings when building out-of-tree.

This would enable @zturner's request to remove the duplicated code from LLDB.


Repository:
  rL LLVM

https://reviews.llvm.org/D32125





More information about the lldb-commits mailing list