[PATCH] Emit .eh_frame with relocations to functions, rather than sections

Renato Golin renato.golin at linaro.org
Sun Nov 2 13:22:04 PST 2014


Hi Oliver,

Looks reasonable to me, with the comment below.

cheers,
--renato

================
Comment at: lib/MC/MCParser/AsmParser.cpp:498
@@ -495,1 +497,3 @@
+      AssemblerDialect(~0U), IsDarwin(false), ParsingInlineAsm(false),
+      LastSymbol(nullptr) {
   // Save the old handler.
----------------
I'd call it something similar FuncSymbol to help identify it with it use.

http://reviews.llvm.org/D6033






More information about the llvm-commits mailing list