This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d6ffebb077db73705565a71e86d54c044cbcb9dd
llvm-project
/
clang
/
lib
/
CodeGen
/
CodeGenModule.cpp
Devang Patel
d6ffebb077
DebugInfo can be enabled or disabled at function level (e.g. using an attribute). However, at module level it is determined by command line option and the state of command line option does not change during compilation. Make this layering explicit and fix accidental cases where the code generator was checking whether module has debug info enabled instead of checking whether debug info is enabled for this function or not.
...
llvm-svn: 127165
2011-03-07 18:45:56 +00:00
82 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink