summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/clang_symlink.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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