[PATCH] D73422: [IR] Delete MODULE_CODE_DEPLIB

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 29 19:48:04 PDT 2020


void added inline comments.


================
Comment at: llvm/lib/Bitcode/Reader/BitcodeReader.cpp:3605
-      break;
-    }
     case bitc::MODULE_CODE_SECTIONNAME: {  // SECTIONNAME: [strchr x N]
----------------
mehdi_amini wrote:
> Isn't this breaking bitcode backward compatibility?
> 
This used to be okay when changing major versions. I'm not too familiar with the current versioning system though or whether that's still the policy.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73422/new/

https://reviews.llvm.org/D73422





More information about the llvm-commits mailing list