Richard Smith
|
91604949ef
|
Properly pass modules flags to frontend when using -std=c++20 instead of -std=c++2a.
In passing, also teach the driver to map /std:c++latest to -std=c++20
not -std=c++2a.
|
2020-08-24 17:49:58 -07:00 |
Tom Stellard
|
f18d747107
|
Fix Driver/modules.cpp test to work when build directory name contains '.s'
Reviewers: dyung, rsmith, hansw
Subscribers: mati865, mgorny, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D66176
llvm-svn: 373275
|
2019-09-30 23:42:17 +00:00 |
Douglas Yung
|
1925f41872
|
Modify test to use -S instead of -c so that it works when an external assembler is used that is not present.
llvm-svn: 358537
|
2019-04-16 22:52:05 +00:00 |
Richard Smith
|
4ed54ee3db
|
Tweak test to pass when using a non-integrated assembler.
llvm-svn: 358470
|
2019-04-16 01:44:53 +00:00 |
Richard Smith
|
b1b580e047
|
[c++20] Enable driver and frontend support for building and using
modules when -std=c++2a is specified.
llvm-svn: 358355
|
2019-04-14 11:11:37 +00:00 |