diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-05 18:00:21 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-05 18:00:21 +0000 |
| commit | b4eec1daa11ca4a39fe1a981d081f20b23725d58 (patch) | |
| tree | 9c606ee65f06402204a268f06802644b1d65cbd3 /llvm/docs/ReleaseNotes.rst | |
| parent | 29d5999eb7e7f2d376283b829d0e7f1b8837f7ba (diff) | |
| download | bcm5719-llvm-b4eec1daa11ca4a39fe1a981d081f20b23725d58.tar.gz bcm5719-llvm-b4eec1daa11ca4a39fe1a981d081f20b23725d58.zip | |
Remove support for not using .loc directives.
Clang itself was not using this. The only way to access it was via llc.
llvm-svn: 200862
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index f52b6b4cd73..dd11f11b66f 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -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 |

