[llvm] b0f4ffb - [llvm-objdump] Fix missing first line of license in header file

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 00:46:27 PST 2021


Author: James Henderson
Date: 2021-02-05T08:45:50Z
New Revision: b0f4ffbfaa61ad88c7d9e901b539790bfa59fe65

URL: https://github.com/llvm/llvm-project/commit/b0f4ffbfaa61ad88c7d9e901b539790bfa59fe65
DIFF: https://github.com/llvm/llvm-project/commit/b0f4ffbfaa61ad88c7d9e901b539790bfa59fe65.diff

LOG: [llvm-objdump] Fix missing first line of license in header file

Added: 
    

Modified: 
    llvm/tools/llvm-objdump/llvm-objdump.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-objdump/llvm-objdump.h b/llvm/tools/llvm-objdump/llvm-objdump.h
index 99bf191a301e..d15bc059b450 100644
--- a/llvm/tools/llvm-objdump/llvm-objdump.h
+++ b/llvm/tools/llvm-objdump/llvm-objdump.h
@@ -1,3 +1,4 @@
+//===--- llvm-objdump.h -----------------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list