mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
[Linker] Drop support for IR-level extended linking support (archives, etc.).
- This code is dead, and the "right" way to get this support is to use the platform-specific linker-integrated LTO mechanisms, or the forthcoming LLVM linker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172749 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -500,7 +500,9 @@ LowerInvoke already use the new interface.
|
||||
The ``TargetData`` structure has been renamed to ``DataLayout`` and moved to
|
||||
``VMCore`` to remove a dependency on ``Target``.
|
||||
|
||||
#. ...
|
||||
#. The IR-level extended linker APIs (for example, to link bitcode files out of
|
||||
archives) have been removed. Any existing clients of these features should
|
||||
move to using a linker with integrated LTO support.
|
||||
|
||||
Tools Changes
|
||||
-------------
|
||||
|
Reference in New Issue
Block a user