[PATCH] D20708: Add ARM subtarget feature +long64

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Mon May 30 18:12:28 PDT 2016


t.p.northover added a comment.

The only thing I know of that "long" could affect is the libcalls we produce, but as far as I'm aware the only dodgy cases are specified in terms of size_t and ptrdiff_t.

Those types vary completely independently of "long" (on some platforms they're "long", on others "long long").


http://reviews.llvm.org/D20708





More information about the llvm-commits mailing list