[PATCH] D13807: AMDGPU/SI: Emit constant arrays in the .hsrodata_readonly_agent section
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 08:56:33 PST 2015
tstellarAMD added inline comments.
================
Comment at: test/CodeGen/AMDGPU/hsa-globals.ll:9
@@ +8,3 @@
+ at const_array = internal unnamed_addr addrspace(2) constant [64 x i8] c"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789<>", align 1
+
+; ELF: Section {
----------------
Maybe, I'm not sure exactly how the output would be different.
http://reviews.llvm.org/D13807
More information about the llvm-commits
mailing list