[all-commits] [llvm/llvm-project] 5c9816: [libc++] Fix fuzzing tests with older GCC compilers.
Eric via All-commits
all-commits at lists.llvm.org
Wed Dec 11 13:37:10 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5c9816b84e94dd380e7b07ac15f619513a7911a8
https://github.com/llvm/llvm-project/commit/5c9816b84e94dd380e7b07ac15f619513a7911a8
Author: Eric Fiselier <eric at efcs.ca>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M libcxx/fuzzing/fuzzing.cpp
Log Message:
-----------
[libc++] Fix fuzzing tests with older GCC compilers.
GCC 5 doesn't support `if constexpr`, so we need to do old-style tag
dispatching.
More information about the All-commits
mailing list