From f8e74166326bc502d025c8b631e4911b02f1e17f Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 23 Mar 2008 14:53:18 +0000 Subject: [PATCH] Add license header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48707 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86CompilationCallback_Win64.asm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/Target/X86/X86CompilationCallback_Win64.asm b/lib/Target/X86/X86CompilationCallback_Win64.asm index f9b5481a01f..8002f98765f 100644 --- a/lib/Target/X86/X86CompilationCallback_Win64.asm +++ b/lib/Target/X86/X86CompilationCallback_Win64.asm @@ -1,3 +1,16 @@ +;;===-- X86CompilationCallback_Win64.asm - Implement Win64 JIT callback ---=== +;; +;; The LLVM Compiler Infrastructure +;; +;; This file is distributed under the University of Illinois Open Source +;; License. See LICENSE.TXT for details. +;; +;;===----------------------------------------------------------------------=== +;; +;; This file implements the JIT interfaces for the X86 target. +;; +;;===----------------------------------------------------------------------=== + extrn X86CompilationCallback2: PROC .code