[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation
Matthew Bauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 12:28:16 PST 2019
matthewbauer marked an inline comment as done.
matthewbauer added inline comments.
================
Comment at: compiler-rt/lib/crt/crtend.c:11
+
+#include <inttypes.h>
+
----------------
inttypes.h is provided by the libc while stdint.h is provided by clang. Is it possible to use stdint.h here instead?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D28791/new/
https://reviews.llvm.org/D28791
More information about the llvm-commits
mailing list