[PATCH] D88546: [ARM] Update NEON testcase with missing target string in
Ranjeet Singh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 30 16:37:09 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe4f50e587f07: [ARM] Add missing target for Arm neon test case. (authored by rs).
Changed prior to commit:
https://reviews.llvm.org/D88546?vs=295219&id=295435#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88546/new/
https://reviews.llvm.org/D88546
Files:
clang/test/Headers/arm-neon-header.c
Index: clang/test/Headers/arm-neon-header.c
===================================================================
--- clang/test/Headers/arm-neon-header.c
+++ clang/test/Headers/arm-neon-header.c
@@ -22,5 +22,6 @@
// RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64-none-eabi -march=armv8.2-a+fp16fml+crypto+dotprod -std=c11 -xc -flax-vector-conversions=none %s
// RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64_be-none-eabi -march=armv8.2-a+fp16fml+crypto+dotprod -std=c11 -xc -flax-vector-conversions=none %s
+// RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=arm64-linux-gnu -arch +neon -std=c11 -xc -flax-vector-conversions=none %s
#include <arm_neon.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88546.295435.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200930/e3f4a20c/attachment.bin>
More information about the cfe-commits
mailing list