[all-commits] [llvm/llvm-project] a80e1e: [BOLT][TEST] Remove functions with dynamic excepti...

Amir Ayupov via All-commits all-commits at lists.llvm.org
Wed Sep 7 20:45:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a80e1e493f33ef99684ffea58548f28cf2786b73
      https://github.com/llvm/llvm-project/commit/a80e1e493f33ef99684ffea58548f28cf2786b73
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M bolt/test/runtime/X86/Inputs/exception3.cpp
    M bolt/test/runtime/X86/Inputs/exception4.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list