tfiala added inline comments.

================
Comment at: cmake/modules/LLDBStandalone.cmake:20
+  find_program(LLVM_CONFIG "llvm-config"
+    HINTS ${FIND_PATHS})
   if(LLVM_CONFIG)
----------------
One question here would be what happens if FIND_PATHS stays "".  Does 
find_program deal with an empty HINTS?  If not, the HINTS clause itself might 
need to be conditionalized.


Repository:
  rL LLVM

https://reviews.llvm.org/D25830



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to