[Orc] Add license header to OrcTargetSupport.

llvm-svn: 251274
This commit is contained in:
Lang Hames 2015-10-26 06:40:28 +00:00
parent eb893b0f1d
commit 4df7ba7a16
1 changed files with 9 additions and 1 deletions

View File

@ -1,9 +1,17 @@
//===------- OrcTargetSupport.cpp - Target support utilities for Orc ------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "llvm/ADT/Triple.h"
#include "llvm/ExecutionEngine/Orc/OrcTargetSupport.h"
#include "llvm/Support/Process.h"
#include <array>
using namespace llvm::orc;
namespace {