[Orc] Add license header to OrcTargetSupport.
authorLang Hames <lhames@gmail.com>
Mon, 26 Oct 2015 06:40:28 +0000 (06:40 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 26 Oct 2015 06:40:28 +0000 (06:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251274 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Orc/OrcTargetSupport.cpp

index ef34c4a2b451dc589c7f27589362e7199a37d56e..a7d54a2734ad415bc3c16682a43a4a98b268038e 100644 (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>
 
 #include "llvm/ADT/Triple.h"
 #include "llvm/ExecutionEngine/Orc/OrcTargetSupport.h"
 #include "llvm/Support/Process.h"
 #include <array>
 
-
 using namespace llvm::orc;
 
 namespace {
 using namespace llvm::orc;
 
 namespace {