Change default CPU name of SX-Aurora VE from "ve" to "generic" similar to other architectures. Reviewed By: simoll Differential Revision: https://reviews.llvm.org/D93836
6 lines
170 B
LLVM
6 lines
170 B
LLVM
; RUN: llc -mtriple=ve -mcpu=help < %s 2>&1 | FileCheck %s
|
|
|
|
; CHECK: Available CPUs for this target:
|
|
; CHECK-EMPTY:
|
|
; CHECK-NEXT: generic - Select the generic processor.
|