[BOLT][TEST] Remove functions with dynamic exception specification
authorAmir Ayupov <aaupov@fb.com>
Thu, 8 Sep 2022 02:17:39 +0000 (19:17 -0700)
committerAmir Ayupov <aaupov@fb.com>
Thu, 8 Sep 2022 03:45:41 +0000 (20:45 -0700)
commita80e1e493f33ef99684ffea58548f28cf2786b73
treed4c9e2b86876b526a07e074c94bdea3954c54069
parent01cea7ac1005a4e31c5328a96ddc6ff39c7df936
[BOLT][TEST] Remove functions with dynamic exception specification

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.

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D133467
bolt/test/runtime/X86/Inputs/exception3.cpp
bolt/test/runtime/X86/Inputs/exception4.cpp