diff options
author | Louis Dionne <ldionne@apple.com> | 2020-07-30 10:00:53 -0400 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2020-09-17 11:05:39 -0400 |
commit | a3c28ccd49391931acd8b3b27dc98d7c606051e0 (patch) | |
tree | 59af95a1a4fa48edf3700c0e5159dfb8bdba9597 /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | c3492a1aa1b98c8d81b0969d52cea7681f0624c2 (diff) | |
download | llvm-a3c28ccd49391931acd8b3b27dc98d7c606051e0.zip llvm-a3c28ccd49391931acd8b3b27dc98d7c606051e0.tar.gz llvm-a3c28ccd49391931acd8b3b27dc98d7c606051e0.tar.bz2 |
[libc++] Remove some workarounds for missing variadic templates
We don't support GCC in C++03 mode, and Clang provides variadic templates
even in C++03 mode. So there's effectively no supported compiler that
doesn't support variadic templates.
This effectively gets rid of all uses of _LIBCPP_HAS_NO_VARIADICS, but
some workarounds for the lack of variadics remain.
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions