alexshap added inline comments.
================ Comment at: utils/perf-training/CMakeLists.txt:61 + message(FATAL_ERROR "Output clang order file is not set") + endif() + ---------------- alexshap wrote: > mehdi_amini wrote: > > I'm missing something: the code in the main CMakeLists seems to allows to > > have an empty value for the CLANG_ORDER_FILE? > if i understand correctly: CMakeLists.txt: lines 424 - 433: > if(CLANG_ORDER_FILE STREQUAL "") > unset(CLANG_ORDER_FILE CACHE) > unset(CLANG_ORDER_FILE) > endif() > > set(CLANG_ORDER_FILE ${CMAKE_CURRENT_BINARY_DIR}/clang.order CACHE FILEPATH > > but the file (CLANG_ORDER_FILE) itself can be empty, not the variable. If > CLANG_ORDER_FILE is empty that command line won't be correct > i've added this check to catch potential issues here earlier. https://reviews.llvm.org/D28153 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits