[llvm] r366331 - [RISCV] Add RISCV to LLVM_ALL_TARGETS so it s built by default

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 09:20:26 PDT 2019


I reverted temporarily in rL366343 due to some sanitizer issues
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/33612

I might not be able to fix until tomorrow morning UK time, so if
anyone fancies a bit of bug hunting in the mean time, that would be
really helpful.

On Wed, 17 Jul 2019 at 15:31, Alex Bradbury via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> Author: asb
> Date: Wed Jul 17 07:32:25 2019
> New Revision: 366331
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366331&view=rev
> Log:
> [RISCV] Add RISCV to LLVM_ALL_TARGETS so it s built by default
>
> This follows the RFC <http://lists.llvm.org/pipermail/llvm-dev/2019-July/133724.html>.
>
> Follow-on commits will add appropriate release notes changes etc.
>
> Pushing this now and in a minimal form so there is reasonable time before 9.0
> branches to resolve any issues arising from e.g. the backend being exposed on
> different sanitizer setups.
>
> The current builder for RISC-V is on the staging build-bot
> <http://lab.llvm.org:8014/builders/llvm-riscv-linux>, however with the RISCV
> backend being built by default it won't provide any real additional coverage.
> We will shortly set up a builder that runs the test-suite in qemu-user.
>
>
> Modified:
>     llvm/trunk/CMakeLists.txt
>
> Modified: llvm/trunk/CMakeLists.txt
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=366331&r1=366330&r2=366331&view=diff
> ==============================================================================
> --- llvm/trunk/CMakeLists.txt (original)
> +++ llvm/trunk/CMakeLists.txt Wed Jul 17 07:32:25 2019
> @@ -285,6 +285,7 @@ set(LLVM_ALL_TARGETS
>    MSP430
>    NVPTX
>    PowerPC
> +  RISCV
>    Sparc
>    SystemZ
>    WebAssembly
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list