1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
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
7 //===----------------------------------------------------------------------===//
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 //===----------------------------------------------------------------------===//
21 InitializeCOMRAII::InitializeCOMRAII(COMThreadingMode Threading,
22 bool SpeedOverMemory) {}
24 InitializeCOMRAII::~InitializeCOMRAII() {}