summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/bugprone-integer-division.cpp
diff options
context:
space:
mode:
authorOleg Ranevskyy <oranevskyy@accesssoftek.com>2017-08-10 13:27:29 +0000
committerOleg Ranevskyy <oranevskyy@accesssoftek.com>2017-08-10 13:27:29 +0000
commita02114b65151c134047dfb8e62f5873308a7f448 (patch)
tree4fb1c78a5106da79974a6476fd2196a76d9abda1 /clang-tools-extra/test/clang-tidy/bugprone-integer-division.cpp
parent83eae8724ef6dc32725a6c634b67194596f2000d (diff)
downloadbcm5719-llvm-a02114b65151c134047dfb8e62f5873308a7f448.tar.gz
bcm5719-llvm-a02114b65151c134047dfb8e62f5873308a7f448.zip
[compiler-rt][ARM] Fix filtering of ARM targets
Summary: Similarly to i686, the ARM build target has multiple names, such as armhf, armv7 and so on. Currently we get duplicated symbol definitions for these targets while compiling the library. Each duplicated definition has its generic version from `lib/builtins` and an ARM-specialized version from `lib/builtins/arm`. This patch fixes filtering for ARM to ignore the generic definitions if they have their ARM specializations. Reviewers: compnerd Reviewed By: compnerd Subscribers: aemerson, dberris, llvm-commits, mgorny, asl, kristof.beyls Differential Revision: https://reviews.llvm.org/D35336 llvm-svn: 310588
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/bugprone-integer-division.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud