summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2015-10-26 06:40:28 +0000
committerLang Hames <lhames@gmail.com>2015-10-26 06:40:28 +0000
commit4df7ba7a165b346d82ba541587a3aeeda143fc16 (patch)
treecdcb86c1de63ae1536aaa3a20a2031d04172df94 /llvm/lib
parenteb893b0f1d42cde31de9f58fb2d6199b29453ff2 (diff)
downloadbcm5719-llvm-4df7ba7a165b346d82ba541587a3aeeda143fc16.tar.gz
bcm5719-llvm-4df7ba7a165b346d82ba541587a3aeeda143fc16.zip
[Orc] Add license header to OrcTargetSupport.
llvm-svn: 251274
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/ExecutionEngine/Orc/OrcTargetSupport.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Orc/OrcTargetSupport.cpp b/llvm/lib/ExecutionEngine/Orc/OrcTargetSupport.cpp
index ef34c4a2b45..a7d54a2734a 100644
--- a/llvm/lib/ExecutionEngine/Orc/OrcTargetSupport.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/OrcTargetSupport.cpp
@@ -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 {
OpenPOWER on IntegriCloud