summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/modules.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Driver/modules.cpp test to work when build directory name contains '.s'Tom Stellard2019-09-301-1/+1
| | | | | | | | | | | | Reviewers: dyung, rsmith, hansw Subscribers: mati865, mgorny, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66176 llvm-svn: 373275
* Modify test to use -S instead of -c so that it works when an external ↵Douglas Yung2019-04-161-3/+3
| | | | | | assembler is used that is not present. llvm-svn: 358537
* Tweak test to pass when using a non-integrated assembler.Richard Smith2019-04-161-4/+4
| | | | llvm-svn: 358470
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-0/+74
modules when -std=c++2a is specified. llvm-svn: 358355
OpenPOWER on IntegriCloud