[PATCH] D31448: [Builtin] Unxfail tests for armhf

Weiming Zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 18:01:49 PDT 2017


weimingz created this revision.
Herald added subscribers: mgorny, aemerson.

Originally, a few tests fail for armhf target due to:

1. COMPILER_RT_ARMHF_TARGET was not set when building the lib
2. COMPILER_RT_ABI should not be defined as `__attribute__((pcs("aapcs")))` for armhf when building for both lib and tests

This address https://bugs.llvm.org//show_bug.cgi?id=32261

mulsc3_test.c is a newly exposed issue, which will be addressed separately.


https://reviews.llvm.org/D31448

Files:
  lib/builtins/CMakeLists.txt
  lib/builtins/int_lib.h
  test/builtins/CMakeLists.txt
  test/builtins/Unit/comparedf2_test.c
  test/builtins/Unit/comparesf2_test.c
  test/builtins/Unit/eqdf2vfp_test.c
  test/builtins/Unit/eqsf2vfp_test.c
  test/builtins/Unit/fixdfsivfp_test.c
  test/builtins/Unit/fixsfsivfp_test.c
  test/builtins/Unit/fixunssfsivfp_test.c
  test/builtins/Unit/gedf2vfp_test.c
  test/builtins/Unit/gesf2vfp_test.c
  test/builtins/Unit/gtdf2vfp_test.c
  test/builtins/Unit/gtsf2vfp_test.c
  test/builtins/Unit/ledf2vfp_test.c
  test/builtins/Unit/lesf2vfp_test.c
  test/builtins/Unit/ltdf2vfp_test.c
  test/builtins/Unit/ltsf2vfp_test.c
  test/builtins/Unit/mulsc3_test.c
  test/builtins/Unit/nedf2vfp_test.c
  test/builtins/Unit/nesf2vfp_test.c
  test/builtins/Unit/truncdfhf2_test.c
  test/builtins/Unit/truncdfsf2_test.c
  test/builtins/Unit/truncsfhf2_test.c
  test/builtins/Unit/unorddf2vfp_test.c
  test/builtins/Unit/unordsf2vfp_test.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31448.93327.patch
Type: text/x-patch
Size: 11595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170329/fc18402c/attachment.bin>


More information about the llvm-commits mailing list