10da86301SPeter Collingbourne //===- lib/MC/MCWinEH.cpp - Windows EH implementation ---------------------===// 20da86301SPeter Collingbourne // 32946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 42946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information. 52946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 60da86301SPeter Collingbourne // 70da86301SPeter Collingbourne //===----------------------------------------------------------------------===// 80da86301SPeter Collingbourne 96bda14b3SChandler Carruth #include "llvm/MC/MCWinEH.h" 100da86301SPeter Collingbourne 110da86301SPeter Collingbourne namespace llvm { 120da86301SPeter Collingbourne namespace WinEH { 130da86301SPeter Collingbourne 14*3a3cb929SKazu Hirata UnwindEmitter::~UnwindEmitter() = default; 150da86301SPeter Collingbourne 160da86301SPeter Collingbourne } 170da86301SPeter Collingbourne } 180da86301SPeter Collingbourne 19