[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)
llvm-svn: 230153

llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp

index 11deb4a..6b8dc3e 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"