LLVM 22.0.0git
DXContainerConfig.h
Go to the documentation of this file.
1//===- DXContainerConfig.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 LLVM_OBJCOPY_DXCONTAINER_DXCONTAINERCONFIG_H
10#define LLVM_OBJCOPY_DXCONTAINER_DXCONTAINERCONFIG_H
11
12namespace llvm {
13namespace objcopy {
14
15// DXContainer specific configuration for copying/stripping a single file. This
16// is defined, following convention elsewhere, as the return type of
17// `getDXContainerConfig`, which reports an error for an unsupported option.
19
20} // namespace objcopy
21} // namespace llvm
22
23#endif // LLVM_OBJCOPY_DXCONTAINER_DXCONTAINERCONFIG_H
This is an optimization pass for GlobalISel generic memory operations.