[llvm-dev] [Question] Is the execution path of clang the same when using clang to compile the same code twice?

heng zhang via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 13 23:35:56 PST 2021


Hello, everyone! I have a c code for HelloWorld,I use the command(clang -o0 HelloWorld.c -o helloworld) to compile the HelloWorld program twice. I find the clang has a different execution path, so I am very confused, I want to know what leads to this result. Thanks!


More information about the llvm-dev mailing list