[PATCH] D155924: [IR] Remove support for and/or constant expressions

Mike Hommey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 05:24:42 PDT 2023


glandium added a comment.

This broke cross-language LTO with rust (based on LLVM 16) when e.g. building Firefox. It fails with this error message:

  ThinLTO: /builds/worker/workspace/obj-build/x86_64-apple-darwin/release/libgkrust.a(rust_cascade-c3f1dd825cdd83c5.rust_cascade.d5b61b9a28017227-cgu.0.rcgu.o)2898: error: Invalid value reference from metadata
  LLVM ERROR: Can't load module, abort.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155924



More information about the llvm-commits mailing list