Hi,

I want to send some c file to clang but NOT through the command prompt. My
question is, is there a function in the clang code that I could pass the c
file to directly to and then that function will compile my code?
Essentially, I want to pass the c file directly to some clang function
that'll give me the output file but without going through the command
prompt.

Thanks
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to