summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/clang_symlink.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Refactoring and cleaning up clang symlink generation.Chris Bieneman2015-09-181-43/+0
| | | | | | | | Generation of clang symlinks now uses add_clang_symlink macro which uses add_llvm_symlink. Also the list of symlinks to generate is configurable via CLANG_LINKS_TO_CREATE. This re-lands r248015, with fixes for clang symlinks to always be generated as part of the clang and install-clang targets. llvm-svn: 248043
* Revert "[CMake] Refactoring and cleaning up clang symlink generation."Chris Bieneman2015-09-181-0/+43
| | | | | | This reverts commit r248015, because it broke bots. I'll revise and recommit. llvm-svn: 248025
* [CMake] Refactoring and cleaning up clang symlink generation.Chris Bieneman2015-09-181-43/+0
| | | | | | Generation of clang symlinks now uses add_clang_symlink macro which uses add_llvm_symlink. Also the list of symlinks to generate is configurable via CLANG_LINKS_TO_CREATE. llvm-svn: 248015
* cmake: install a cl.exe binary in the tools/msbuild-bin dirHans Wennborg2013-08-281-0/+9
| | | | llvm-svn: 189435
* Add a cl.exe compatible driver modeHans Wennborg2013-07-191-0/+7
| | | | | | | The mode doesn't actually do anything yet, but this provides a way to get into it. llvm-svn: 186720
* CMAKE_EXECUTABLE_SUFFIX is undefined when a cmake script is executedOscar Fuentes2011-02-221-2/+9
| | | | | | | | with cmake -P ... so we need to deduce the correct executable prefix. Fixes PR9286. llvm-svn: 126219
* Do not use absolute path on the clang++ symlink.Oscar Fuentes2010-10-181-3/+5
| | | | | | Based on a patch by Ryuta Suzuki! llvm-svn: 116695
* Use a script for creating the clang++ executable.Oscar Fuentes2010-10-171-0/+18
The previous method used the DESTDIR environment variable at configure time, but sometimes it is only available at install time. See PR8397. llvm-svn: 116689
OpenPOWER on IntegriCloud