[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)
authorBrian Gesiak <modocache@gmail.com>
Fri, 29 Sep 2017 19:34:57 +0000 (19:34 +0000)
committerBrian Gesiak <modocache@gmail.com>
Fri, 29 Sep 2017 19:34:57 +0000 (19:34 +0000)
commitcccbed8450e1ca106da2a02e0f6ea675544b4c01
tree93bc6c9b8a547c17aa74966b4b67af99b4126261
parent22fccd6408549d114a747cb1d8fb8363e59db6c9
[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)

Summary:
Three `CMAKE_.*_OUTPUT_DIRECTORY` variables used to be set in CMake and
referenced in various other parts of the project. However, in r198205
chapuni added a note to "don't set them anymore", and any remaining
references to them were subsequently removed in r198316 and r199592.

Now that the variables are no longer used anywhere, remove them, along
with the comments advising against using them any longer.

Test Plan:
I ran `check-all` and confirmed the tests built and passed.

Reviewers: beanz, chapuni

Reviewed By: beanz

Subscribers: mgorny

Differential Revision: https://reviews.llvm.org/D38389

llvm-svn: 314550
llvm/CMakeLists.txt
llvm/cmake/modules/AddLLVM.cmake