[PATCH] D29708: [compiler-rt] [test] #ifdef new builtin tests for __arm__ platform

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 8 02:05:46 PST 2017


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

Add an #if that excludes the newly added aeabi* tests on non-ARM
platforms. This is consistent with other ARM tests, and aims to make
running builtin tests easier. Lacking a proper infrastructure to run
tests selectively, it is more convenient if we do not have to implement
directory-platform exclusions and can just rely on tests compiling to
no-op on other platforms.


Repository:
  rL LLVM

https://reviews.llvm.org/D29708

Files:
  test/builtins/Unit/arm/aeabi_idivmod_test.c
  test/builtins/Unit/arm/aeabi_uidivmod_test.c
  test/builtins/Unit/arm/aeabi_uldivmod_test.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29708.87617.patch
Type: text/x-patch
Size: 2352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170208/77f31380/attachment-0001.bin>


More information about the cfe-commits mailing list