tyfkda / xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
https://tyfkda.github.io/xcc/
MIT License
254 stars 17 forks source link

Add GNU's include_next. Closes #104 #115

Closed xquantxz closed 1 year ago

tyfkda commented 1 year ago

@xquantxz Thank you to send this pull request!

Could you add unit test to test_run() function in cpptest.sh? Why don't you add command line option -I. at line 40, or something.

xquantxz commented 1 year ago

@xquantxz Thank you to send this pull request!

Could you add unit test to test_run() function in cpptest.sh? Why don't you add command line option -I. at line 40, or something.

Is it okay if I test including stdlib.h? else I would need to create a new directory to test on

tyfkda commented 1 year ago

Is it okay if I test including stdlib.h? else I would need to create a new directory to test on

I prefer the latter.