mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 21:26:59 +08:00
The C++ spec (3.6.1.3) says "The function `main` shall not be used within a program". This implies that it cannot recurse, so add the norecurse attribute to help the midend out a bit. llvm-svn: 252902
71 KiB
71 KiB