summaryrefslogtreecommitdiff
path: root/cmake
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
commit5ea17034a673941f369a46763891150e671f8c1a (patch)
treec065b3dd81b57d50229614f9b8f739d0f5b2a538 /cmake
parent5f5d782f41c4db73d704a0d1d15dceb8f3f8e3e7 (diff)
[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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@310588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions