[PATCH] D60583: [AArch64] Implement Vector Funtion ABI name mangling.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 07:50:12 PDT 2019


ABataev added inline comments.


================
Comment at: test/OpenMP/declare_simd_aarch64_fix.c:12
+
+// RUN: %clang -o /dev/null -fno-fast-math -S -target aarch64-linux-gnu \
+// RUN: -fopenmp-simd -O3 -march=armv8-a+sve  -c %s
----------------
1. Not all targets have `/dev/null`
2. All the tests must have checks.


================
Comment at: test/OpenMP/declare_simd_aarch64_warning_sve.c:6
+
+// RUN: %clang  -target aarch64-linux-gnu -O3 -march=armv8-a+sve -fopenmp-simd -c %s -S  -o - 2>&1 | FileCheck %s
+
----------------
Do not use FileCheck for messges checks, use `-verify` option


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60583/new/

https://reviews.llvm.org/D60583





More information about the llvm-commits mailing list