[llvm-bugs] [Bug 30908] New: clang can't use lld for building aarch64 Android
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 3 15:46:33 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30908
Bug ID: 30908
Summary: clang can't use lld for building aarch64 Android
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: bero at linaro.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 17551
--> https://llvm.org/bugs/attachment.cgi?id=17551&action=edit
Proposed fix
clang (current svn) forces --fix-cortex-a53-843419 into the linker flags when
targeting aarch64 Android.
This is the right thing to do for gold and BFD ld -- but when trying to use
lld, it causes the build to fail because lld is invoked with an option it
doesn't understand.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161103/1b4171d4/attachment.html>
More information about the llvm-bugs
mailing list