[Orc] Add header comment to IndirectionUtils.cpp.
authorLang Hames <lhames@gmail.com>
Sun, 22 Feb 2015 01:45:31 +0000 (01:45 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 22 Feb 2015 01:45:31 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230153 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Orc/IndirectionUtils.cpp

index 11deb4acbeb4a9fdd5e91655daccb34091c3ff84..6b8dc3e7faecd8a97022d3c89241531c41809378 100644 (file)
@@ -1,3 +1,12 @@
+//===---- IndirectionUtils.cpp - Utilities for call indirection in 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/CloneSubModule.h"
 #include "llvm/ExecutionEngine/Orc/IndirectionUtils.h"
 #include "llvm/ADT/Triple.h"
 #include "llvm/ExecutionEngine/Orc/CloneSubModule.h"
 #include "llvm/ExecutionEngine/Orc/IndirectionUtils.h"