[PATCH] D79900: [BitcodeReader] datalayout must be specified before it is queried.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 18:02:19 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Bitcode/Reader/BitcodeReader.cpp:3445
+ TheModule->setDataLayout(DL);
+ };
+
----------------
Should we emit an error here? I mean, can it happen we now silently ignore the DL or triple and the user is baffled what is happening?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79900/new/
https://reviews.llvm.org/D79900
More information about the llvm-commits
mailing list