[PATCH] D29030: [LNT] Add cross-compilation support to 'lnt runtest test-suite'

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 07:42:14 PST 2017


kristof.beyls added inline comments.


================
Comment at: lnt/tests/test_suite.py:184
+        f.write('message(STATUS "CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}")\n')
+    cmd = [which('cmake'),
+           '-DCMAKE_TOOLCHAIN_FILE=%s' % cmake_toolchain_file,
----------------
This probably should pick up opts.cmake, not the cmake which happens to be on the path.


https://reviews.llvm.org/D29030





More information about the llvm-commits mailing list