[ARM] MVE integer min and max
[llvm-complete.git] / lib / Support / Unix / COM.inc
blob03a690ac37667be8bff62d5b90537608cdea14f8
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() {}