Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Driver/modules.cpp test to work when build directory name contains '.s' | Tom Stellard | 2019-09-30 | 1 | -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 Yung | 2019-04-16 | 1 | -3/+3 |
| | | | | | | assembler is used that is not present. llvm-svn: 358537 | ||||
* | Tweak test to pass when using a non-integrated assembler. | Richard Smith | 2019-04-16 | 1 | -4/+4 |
| | | | | llvm-svn: 358470 | ||||
* | [c++20] Enable driver and frontend support for building and using | Richard Smith | 2019-04-14 | 1 | -0/+74 |
modules when -std=c++2a is specified. llvm-svn: 358355 |