The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14458 ====================================================================== Reported By: hansw Assigned To: ====================================================================== Project: CMake Issue ID: 14458 Category: CMake Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-10-04 04:57 EDT Last Modified: 2013-10-04 04:57 EDT ====================================================================== Summary: Support clang-cl, clang's cl-compatible driver Description: Clang has recently developed a cl-compatible driver, clang-cl.
Configuring a project on Windows with cmake -DCMAKE_CXX_COMPILER=clang-cl still generates files that try to use the regular gcc-compatible clang options. Would it be possible to teach cmake about this new driver mode? Additional Information: clang-cl was announced at http://blog.llvm.org/2013/09/a-path-forward-for-llvm-toolchain-on.html, and builds are available from http://llvm.org/builds/ ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-10-04 04:57 hansw New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
