[PATCH] D60710: [ARM] Add ACLE feature macros for MVE.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 10:01:10 PDT 2019


thakis added a comment.

The test is failing on some bots, e.g. http://lab.llvm.org:8011/builders/clang-with-lto-ubuntu/builds/13430/steps/test-stage1-compiler/logs/stdio

  /home/buildslave/buildslave1a/clang-with-lto-ubuntu/llvm.src/tools/clang/test/Preprocessor/arm-target-features.c:762:20: error: CHECK-V81M-MVE: expected string not found in input
  // CHECK-V81M-MVE: #define __ARM_FEATURE_MVE 1
                     ^
  <stdin>:16:1: note: scanning from here
  #define __ARM_FEATURE_FMA 1
  ^
  <stdin>:20:1: note: possible intended match here
  #define __ARM_FEATURE_MVE 3
  ^


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60710





More information about the llvm-commits mailing list