[llvm] r270649 - Support: remove outdated comment

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 18:59:36 PDT 2016


Author: compnerd
Date: Tue May 24 20:59:36 2016
New Revision: 270649

URL: http://llvm.org/viewvc/llvm-project?rev=270649&view=rev
Log:
Support: remove outdated comment

This information is in the latest version of the specification.

Modified:
    llvm/trunk/include/llvm/Support/COFF.h

Modified: llvm/trunk/include/llvm/Support/COFF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/COFF.h?rev=270649&r1=270648&r2=270649&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/COFF.h (original)
+++ llvm/trunk/include/llvm/Support/COFF.h Tue May 24 20:59:36 2016
@@ -377,7 +377,6 @@ namespace COFF {
     uint8_t  unused[10];
   };
 
-  /// These are not documented in the spec, but are located in WinNT.h.
   enum WeakExternalCharacteristics {
     IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY = 1,
     IMAGE_WEAK_EXTERN_SEARCH_LIBRARY   = 2,




More information about the llvm-commits mailing list