[libc-commits] [libc] Add Linux sys call wrapper in LibC [ Issue #110122 ] (PR #110307)
Aly ElAshram via libc-commits
libc-commits at lists.llvm.org
Mon Sep 30 15:20:22 PDT 2024
================
@@ -153,6 +153,19 @@ add_entrypoint_object(
libc.src.errno.errno
)
+add_entrypoint_object(
+ remap_file_pages
+ SRCS
+ remap_file_pages.cpp.cpp
+ HDRS
+ ../remap_file_pages.h.h
----------------
AlyElashram wrote:
this is going to cause an error most definitely.
```suggestion
remap_file_pages.cpp
HDRS
../remap_file_pages.h
```
https://github.com/llvm/llvm-project/pull/110307
More information about the libc-commits
mailing list