[PATCH] D84636: [RFC] Make the default LibCall implementations from compiler-rt builtins library more customizable

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 06:06:32 PDT 2020


aaron.ballman added inline comments.


================
Comment at: compiler-rt/lib/builtins/arm-libcall-overrides.h:8
+//===----------------------------------------------------------------------===//
+
+#define AEABI_RTABI __attribute__((__pcs__("aapcs")))
----------------
It looks like you're missing a header guard, is that intentional?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84636



More information about the cfe-commits mailing list