[LLVMbugs] [Bug 16978] New: Cannot provide architecture specific flags to linker (i.e. -Xarch doesn't interact with -Xlinker)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 22 17:20:12 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16978
Bug ID: 16978
Summary: Cannot provide architecture specific flags to linker
(i.e. -Xarch doesn't interact with -Xlinker)
Product: clang
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: russell.mcclellan at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
-Xarch has a rule where it does not allow options that take arguments, for
example -Xlinker. In particular, I want to do "-Xarch_i386 -Xlinker
-allow_heap_execution". This is very important because it's an error on the
mac LD to supply the allow_heap_execution argument in a 64 bit link, so this
bug is preventing me from using the driver to create a fat binary in one step.
--
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/20130823/0126be7c/attachment.html>
More information about the llvm-bugs
mailing list