summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-version.c
Commit message (Collapse)AuthorAgeFilesLines
* Demote the "Debug Info Version" module flag to llvm::Module::WarningAdrian Prantl2014-05-191-1/+1
| | | | | | | | | behavior on mismatch. The AutoUpgrader will drop incompatible debug info any way and also emit a warning diagnostic for it. rdar://problem/16926122 llvm-svn: 209182
* Debug Info: add a "Debug Info Version" module flag to output the current debugManman Ren2013-11-221-0/+8
info version number. Will error out when modules have different version numbers. llvm-svn: 195495
OpenPOWER on IntegriCloud