Amir Ayupov
0224bdce92
[BOLT][TEST] Limit iterations in X86/exceptions-pic.test
...
The test has 3 invocations with 1M iterations each, which adds delay to fast
check-bolt testing. Reduce the number to 1K.
Reviewed By: #bolt, rafauler
Differential Revision: https://reviews.llvm.org/D139651
2022-12-22 19:47:28 -08:00
Amir Ayupov
a80e1e493f
[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
2022-09-07 20:45:41 -07:00
Amir Ayupov
e903671bbf
[BOLT][TEST] Imported small tests, removed duplicate input
...
Summary:
Imported small internal tests.
- call_zero.s
- cfi_expr_rewrite.s
- cfi_insts_count.s
- exceptions_pic.test
- exceptions_run.test
Removed duplicate input file (switch_statement.cpp)
(cherry picked from FBD31355466)
2021-10-01 15:35:43 -07:00