[PATCH] D37052: Add default address space for functions to the data layout (1/4)
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 10:49:06 PDT 2017
kparzysz added inline comments.
================
Comment at: docs/LangRef.rst:1883
+ Harvard architectures can use this to specify what space LLVM
+ should place things such as functions or switch lookup tables
+ into. If omitted, the program memory space defaults to the
----------------
Aren't switch tables considered "data" in a Harvard architecture?
https://reviews.llvm.org/D37052
More information about the llvm-commits
mailing list