summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/CmdLine.framework
Commit message (Collapse)AuthorAgeFilesLines
* When building a module, use the macro definitions on the command lineDouglas Gregor2011-10-171-0/+6
as part of the hash rather than ignoring them. This means we'll end up building more module variants (overall), but it allows configuration macros such as NDEBUG to work so long as they're specified via command line. More to come in this space. llvm-svn: 142187
OpenPOWER on IntegriCloud