]> granicus.if.org Git - clang/commit
Use a script for creating the clang++ executable.
authorOscar Fuentes <ofv@wanadoo.es>
Sun, 17 Oct 2010 16:10:32 +0000 (16:10 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sun, 17 Oct 2010 16:10:32 +0000 (16:10 +0000)
commitfbfe899a1c5467d82296b0a61782051911d48163
tree57c4b6f38a60c20c499620900e2eb14b052501c2
parentb70fba451e5a92df6f77ca288caf80b0c5572593
Use a script for creating the clang++ executable.

The previous method used the DESTDIR environment variable at configure
time, but sometimes it is only available at install time. See PR8397.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116689 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/CMakeLists.txt
tools/driver/clang_symlink.cmake [new file with mode: 0644]