mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Remove support for not using .loc directives.
Clang itself was not using this. The only way to access it was via llc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -43,6 +43,10 @@ Non-comprehensive list of changes in this release
|
||||
* Clang can now successfully self-host itself on Linux/Sparc64 and on
|
||||
FreeBSD/Sparc64.
|
||||
|
||||
* LLVM now assumes the assembler supports ``.loc`` for generating debug line
|
||||
numbers. The old support for printing the debug line info directly was only
|
||||
used by ``llc`` and has been removed.
|
||||
|
||||
.. NOTE
|
||||
For small 1-3 sentence descriptions, just add an entry at the end of
|
||||
this list. If your description won't fit comfortably in one bullet
|
||||
|
Reference in New Issue
Block a user