I have setup a debugger with my Clang & LLVM projects. I want to make sure that it is working. So I want to put a breakpoint at a place where it will surely hit when I execute below command :
clang -S -emit-llvm foo.c
Please help me with the entrypoint function for these projects.
Thanks in advance.