1 //===-- COM.cpp - Implement COM utility classes -----------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file implements utility classes related to COM.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/Support/COM.h"
16 #include "llvm/Config/config.h"
18 // Include the platform-specific parts of this class.
20 #include "Unix/COM.inc"
22 #include "Windows/COM.inc"