[libc-commits] [libc] [libc][linux] add support to parse PT_GNU_PROPERTY (PR #174772)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jan 13 14:46:37 PST 2026


================
@@ -16,6 +16,7 @@
 #include "src/stdlib/atexit.h"
 #include "src/stdlib/exit.h"
 #include "src/unistd/environ.h"
+#include "startup/linux/gnu_property_section.h"
 
 #include <linux/auxvec.h>
----------------
michaelrj-google wrote:

the includes in this file got updated, you'll have to rebase this PR

https://github.com/llvm/llvm-project/pull/174772


More information about the libc-commits mailing list