[PATCH] D79900: [BitcodeReader] datalayout must be specified before it is queried.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 13:03:59 PDT 2020
arsenm added a comment.
We do have a bunch of tests that partially specify the datalayout to work around not properly setting it from the command line or target machine.
If you remove the datalayout string from test/CodeGen/AMDGPU/vector-alloca-bitcast.ll for example, does it work with this patch?
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