[all-commits] [llvm/llvm-project] 70474d: [VE][compiler-rt] Add VE as a target of crt

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Jan 11 17:24:37 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 70474dfebcd9babf2e3af5fb002b40417fd6cf88
      https://github.com/llvm/llvm-project/commit/70474dfebcd9babf2e3af5fb002b40417fd6cf88
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M compiler-rt/cmake/config-ix.cmake

  Log Message:
  -----------
  [VE][compiler-rt] Add VE as a target of crt

SX Aurora VE is an experimental target.  We upstreamed many part of
ported llvm and clang.  In order to continue this move, we need to
support libraries next, then we need to show the ability of llvm for
VE through test cases.  As a first step for that, we need to use
crt in compiler-rt.  VE has it's own crt but they are a part of
proprietary compiler.  So, we want to use crt in compiler-rt as an
alternative.

This patch enables VE as a candidate of crt in compiler-rt.

Reviewed By: phosek, compnerd

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




More information about the All-commits mailing list