diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-05-05 17:33:26 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-05-05 17:33:26 +0000 |
commit | 595f54205ccb4a5e90dd8687b5a9ff6aa2a3da87 (patch) | |
tree | 296c4dc84979538c6f1c0a47a33b33aaf890b331 /llvm/docs | |
parent | 47c4e4e46de088966454935af57b3e8cfdfaadce (diff) | |
download | bcm5719-llvm-595f54205ccb4a5e90dd8687b5a9ff6aa2a3da87.tar.gz bcm5719-llvm-595f54205ccb4a5e90dd8687b5a9ff6aa2a3da87.zip |
Remove the -disable-cfi option.
This also add a release note about it. If this stays I will cleanup MC
next week.
llvm-svn: 207977
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 723e7cf39e5..89980722e27 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -52,6 +52,8 @@ Non-comprehensive list of changes in this release * llvm-ar now handles IR files like regular object files. In particular, a regular symbol table is created for symbols defined in IR files. +* llvm now requires assemblers that support cfi directives. + .. 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 |