diff options
author | Alex Bradbury <asb@lowrisc.org> | 2017-08-13 18:49:33 +0000 |
---|---|---|
committer | Alex Bradbury <asb@lowrisc.org> | 2017-08-13 18:49:33 +0000 |
commit | f1af56c26a5fc47d0938f0ccf4dc2ef372f15b5e (patch) | |
tree | f90f2e70cadaf0cace86d48e4e96e7bc2d0b464c /clang/lib/Basic/Targets.cpp | |
parent | 6e78cc6b126084c11d0c9a65843ba1d809b74519 (diff) | |
download | bcm5719-llvm-f1af56c26a5fc47d0938f0ccf4dc2ef372f15b5e.tar.gz bcm5719-llvm-f1af56c26a5fc47d0938f0ccf4dc2ef372f15b5e.zip |
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
llvm-svn: 310796
Diffstat (limited to 'clang/lib/Basic/Targets.cpp')
0 files changed, 0 insertions, 0 deletions