[PATCH] D67004: [DebugInfo] Enable call site parameter debug info for ARM and AArch64

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 09:19:58 PDT 2019


vsk added a comment.

Update test/CodeGen/debug-info-param-modification.c?



================
Comment at: lib/Frontend/CompilerInvocation.cpp:784
+           Arch == llvm::Triple::armeb;
+  };
+
----------------
This helper would be easier to read as an out-of-line function, imo.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67004/new/

https://reviews.llvm.org/D67004





More information about the llvm-commits mailing list