Clang has switched to gnu++17 by default with https://reviews.llvm.org/D131465.
C++17 removes dynamic exception specification. Remove its use as it wasn't
properly tested.
Details
Details
- Reviewers
rafauler maksfb - Group Reviewers
Restricted Project - Commits
- rGa80e1e493f33: [BOLT][TEST] Remove functions with dynamic exception specification
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo