]> granicus.if.org Git - llvm/commit
Merging r310796:
authorHans Wennborg <hans@hanshq.net>
Tue, 15 Aug 2017 00:16:21 +0000 (00:16 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 15 Aug 2017 00:16:21 +0000 (00:16 +0000)
commitac08c794cc16e7e89c695b6e3f9ac4c4fbfd6b80
tree2149788740ec0e05cb97ffea4f389dc66e3106d8
parent801c03eec90f3c2cda4ca69aab822cbca264707d
Merging r310796:
------------------------------------------------------------------------
r310796 | asb | 2017-08-13 11:49:33 -0700 (Sun, 13 Aug 2017) | 16 lines

Remove RISCV from LLVM_ALL_TARGETS in CMakeLists.txt

It was mistakenly added to that list in D23560 (committed in rL285712). RISCV
is an experimental backend and should never have been in that list, I
mistakenly interpreted LLVM_ALL_TARGETS as a list of all targets rather than
targets to build by default. Unfortunately, because of this the RISCV backend
has been building by default when it shouldn't be.

This commet adds a description comment, which should help to avoid such
mistakes in the future.

See my message to llvm-dev for more information and analysis
<http://lists.llvm.org/pipermail/llvm-dev/2017-August/116347.html>.

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

------------------------------------------------------------------------

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