Add gfx950 mfma instructions to ROCDL dialect (#123361)
[llvm-project.git] / llvm / lib / Support / Unix / COM.inc
blob846d4b68a7eb3c7e452c08fac4a27aab84dd6f4b
1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- 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 // This file implements the Unix portion of COM support.
11 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
14 //=== WARNING: Implementation here must contain only generic UNIX code that
15 //===          is guaranteed to work on *all* UNIX variants.
16 //===----------------------------------------------------------------------===//
18 namespace llvm {
19 namespace sys {
21 InitializeCOMRAII::InitializeCOMRAII(COMThreadingMode Threading,
22                                      bool SpeedOverMemory) {}
24 InitializeCOMRAII::~InitializeCOMRAII() = default;
25 } // namespace sys
26 } // namespace llvm