[PATCH] D111617: [RISCV] Lazily add RVV C intrinsics.
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 10:26:12 PDT 2022
craig.topper added inline comments.
================
Comment at: clang/test/Sema/riscv-bad-intrnisic-pragma.c:1
+// RUN: %clang_cc1 -triple riscv64 -target-feature +v %s -emit-llvm -o - \
+// RUN: 2>&1 | FileCheck %s
----------------
this test file name is misspelled
================
Comment at: clang/test/Sema/riscv-intrnisic-pragma.c:1
+// RUN: %clang_cc1 -triple riscv64 -target-feature +v -emit-llvm -o - -verify %s
+
----------------
test file name is misspelled
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111617/new/
https://reviews.llvm.org/D111617
More information about the cfe-commits
mailing list