xiaobai added inline comments.
================
Comment at: CMakeLists.txt:72
endif()
+ if (compiler_used)
+ set(LLDB_TEST_COMPILER_USED ${compiler_used})
----------------
Is this check needed? `compiler_used` should be set always here because of the
way the above block is written.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56440/new/
https://reviews.llvm.org/D56440
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits