[PATCH] D37052: Add default address space for functions to the data layout (1/3)
Dylan McKay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 19 01:59:27 PST 2018
dylanmckay added inline comments.
================
Comment at: test/Assembler/invalid-datalayout-alloca-addrspace.ll:3
target datalayout = "A16777216"
+; CHECK: Invalid address space, must be a 24-bit integer
----------------
arichardson wrote:
> Shouldn't this be P16777216
Good catch, fixed
Repository:
rL LLVM
https://reviews.llvm.org/D37052
More information about the llvm-commits
mailing list