Hi !!
I want to run -ast-dump(or similar) cc1 option for multiple files. I introduced “CC=clang -cc1 -ast-dump” in the make file.
But the code hangs as it start compiling the modified file.
What is wrong in above procedure ?
Thanks
Mohit Asudani
Hi !!
I want to run -ast-dump(or similar) cc1 option for multiple files. I introduced “CC=clang -cc1 -ast-dump” in the make file.
But the code hangs as it start compiling the modified file.
What is wrong in above procedure ?
Thanks
Mohit Asudani