[PATCH] D70034: Fix include guard and properly order __deregister_frame_info.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 14:11:03 PST 2019
MaskRay added inline comments.
================
Comment at: compiler-rt/test/crt/ctor_dtor.c:17
+
+void __register_frame_info(const void* fi, struct object* obj) {
+ printf("__register_frame_info()\n");
----------------
The LLVM coding standard uses `const void *` instead of `const void*`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70034/new/
https://reviews.llvm.org/D70034
More information about the llvm-commits
mailing list