summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/modules_integrated_as.c
Commit message (Collapse)AuthorAgeFilesLines
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-6/+0
| | | | | | | | | - There is no reason to have a modules specific flag for disabling autolinking. Instead, convert the existing flag into -fno-autolink (which should cover other autolinking code generation paths like #pragmas if and when we support them). llvm-svn: 179612
* [driver] Only enable -fmodules-autolink if we are using the integrated ↵Ted Kremenek2013-03-121-0/+6
| | | | | | | | assembler. Fixes <rdar://problem/13289240> llvm-svn: 176897
* Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek2013-03-121-4/+0
| | | | | | | Per comment from Benjamin Kramer, this isn't portable (yet). I'll come up with a better fix. llvm-svn: 176876
* Disallow using -fmodules with -no-integrated-as.Ted Kremenek2013-03-111-0/+4
Modules enables features such as auto-linking, and we simply do not want to support a matrix of subtly enabled/disabled features depending on whether or not a user is using the integrated assembler. It isn't clear if this is the best place to do this check. For one thing, these kind of errors are not caught by the serialized diagnostics. Fixes <rdar://problem/13289240> llvm-svn: 176826
OpenPOWER on IntegriCloud