[PATCH] D69103: Backend for NEC SX-Aurora
Brian Cain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 07:13:59 PDT 2019
bcain added a comment.
Shouldn't the first patch add to `LLVM_TARGETS_TO_BUILD` or `LLVM_EXPERIMENTAL_TARGETS_TO_BUILD`?
================
Comment at: llvm/test/CodeGen/VE/target_support.ll:1
+; RUN: not not llc < %s -asm-verbose=false -march=ve 2>&1 | FileCheck %s --check-prefix=ARCH
+; RUN: not not llc < %s -asm-verbose=false -mtriple=ve 2>&1 | FileCheck %s --check-prefix=TRIPLE
----------------
`not not` can't be right, can it? Just run `llc` directly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69103/new/
https://reviews.llvm.org/D69103
More information about the llvm-commits
mailing list