blob: d7fe7ffa200e802e322ca23f7bac3c65e94e5441 [file] [log] [blame]
Nico Webera5645512021-05-07 21:10:051//===- MarkLive.h -----------------------------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLD_MACHO_MARKLIVE_H
10#define LLD_MACHO_MARKLIVE_H
11
Nico Weberbf20d432022-08-07 14:37:4912namespace lld::macho {
Nico Webera5645512021-05-07 21:10:0513
14void markLive();
15
Nico Weberbf20d432022-08-07 14:37:4916} // namespace lld::macho
Nico Webera5645512021-05-07 21:10:0517
18#endif // LLD_MACHO_MARKLIVE_H