summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/autolink.m
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-3/+3
* Add PS4's autolink syntax to autolink.m's CHECK lines.Filipe Cabecinhas2015-02-281-2/+2
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-8/+8
* Improve robustness of tests for module flags metadataOliver Stannard2014-06-191-2/+2
* Fix autolinking when modules are imported in pch filesBen Langmuir2014-01-311-3/+9
* Suffixing #pragma comment(lib) library names with .lib if necessary. This ma...Aaron Ballman2013-05-241-1/+1
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-1/+1
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-1/+5
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Add a comment for DanielDouglas Gregor2013-01-171-0/+2
* [IRgen] Update modules autolink metadata to use module flags (as now specifiedDaniel Dunbar2013-01-171-1/+3
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-161-1/+1
* Topologically sort the link options generated for modules based onDouglas Gregor2013-01-141-3/+8
* When forming the link options for an imported module, also include theDouglas Gregor2013-01-141-4/+5
* Switch autolinking metadata format over to actual linker options, e.g.,Douglas Gregor2013-01-141-5/+5
* Infer "link" lines for top-level frameworks. Essentially, a frameworkDouglas Gregor2013-01-141-1/+13
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-0/+18
OpenPOWER on IntegriCloud