Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. | Daniel Dunbar | 2013-04-16 | 1 | -0/+6 |
- 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 |