[PATCH] D48509: Improve crash unwinding on Fuchsia
Roland McGrath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 14 00:30:56 PDT 2018
mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.
Looks great!
================
Comment at: lib/fuzzer/FuzzerUtilFuchsia.cpp:182
+ ".pushsection .text.CrashTrampolineAsm\n"
+ ".type CrashTrampolineAsm,STT_FUNC;\n"
+"CrashTrampolineAsm:\n"
----------------
superfluous ;
https://reviews.llvm.org/D48509
More information about the llvm-commits
mailing list