[CMake] Move BUG_REPORT_URL from clang to llvm.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Jan 2014 05:25:13 +0000 (05:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Jan 2014 05:25:13 +0000 (05:25 +0000)
commita5761de41584f454ee722f45036b612723f16c22
tree49fcbe085969d2f7804381f09b65e6aa3768641f
parent085c07f4ed04c075173d8dfb9aa0f258c933b898
[CMake] Move BUG_REPORT_URL from clang to llvm.

It was too late to set BUG_REPORT_URL after configure_file(config.h).
BUG_REPORT_URL in config.h.cmake would be updated at 2nd run of cmake.
It caused many recompilations.

FYI, configure handles BUG_REPORT_URL in llvm side.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199076 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt