LLVM 红外文档

LLVM IR Documentation

"A global variable may be declared to reside in a target-specific numbered address space.""target-specific"是什么意思?

Target-specific表示它取决于目标平台,即您正在编译的操作系统和处理器架构。