forked from OSchip/llvm-project
[Orc] Add license header to OrcTargetSupport.
llvm-svn: 251274
This commit is contained in:
parent
eb893b0f1d
commit
4df7ba7a16
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue