================
@@ -0,0 +1,18 @@
+set(TARGET_LIBC_ENTRYPOINTS
+)
----------------
jhuber6 wrote:

We should add a few entry points to start, just to show that we build and make 
a library. I'd suggest the `ctype` or `string` entrypoints, as those don't 
require any RPC functionality and I'm not really concerned with correctness 
there.

The reason that we do this slowly is because we want to have testing support 
for this in the future, and it's much easier to build a small set and slowly 
start testing it than to have a bunch of things enabled and realize it breaks 
50 tests or whatever.

https://github.com/llvm/llvm-project/pull/181049
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to