[PATCH] Add support for StackMap section for ELF/Linux systems

Juergen Ributzka juergen at apple.com
Thu Jul 17 16:18:25 PDT 2014


================
Comment at: lib/MC/MCObjectFileInfo.cpp:590
@@ -585,1 +589,3 @@
+                       SectionKind::getReadOnly());
+
 }
----------------
I am not familiar with the ELF sections, but wouldn't Metadata be a better for for this section. I guess it doesn't work with it, because the JIT won't ask the client to allocate it?

Lang knows more about this part of the JIT.

http://reviews.llvm.org/D4574






More information about the llvm-commits mailing list