[PATCH] D23039: Kill deprecated attribute API
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 16:29:18 PDT 2016
mehdi_amini added inline comments.
================
Comment at: docs/ReleaseNotes.rst:44
@@ -36,1 +43,3 @@
+* The old Bitcode format for attribute is not supported anymore. Attributes
+ in bitcode generated by llvm 3.2 and prior will be ignored.
----------------
Could we miscompile such bitcode files? It is not clear what is dropped here.
https://reviews.llvm.org/D23039
More information about the llvm-commits
mailing list