[PATCH] D142572: [AArch64] fix bug #55005 handle DW_CFA_GNU_window_save
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 10:25:18 PST 2023
ayermolo added inline comments.
================
Comment at: bolt/lib/Core/Exceptions.cpp:636
+ }
+ if (opts::Verbosity >= 1) {
+ errs() << "BOLT-WARNING: DW_CFA_GNU_window_save unimplemented\n";
----------------
small nit. I don't think {} is necessary here according to coding style guide.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142572/new/
https://reviews.llvm.org/D142572
More information about the llvm-commits
mailing list