[llvm] 24e3086 - Support: Fix broken C++ marker

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 11:40:54 PST 2022


Author: Matt Arsenault
Date: 2022-12-22T14:40:50-05:00
New Revision: 24e3086c89b6253126b881330c5cab6dc79d43ba

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

LOG: Support: Fix broken C++ marker

Added: 
    

Modified: 
    llvm/lib/Support/Unix/Program.inc

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/Unix/Program.inc b/llvm/lib/Support/Unix/Program.inc
index 375102c080fdc..897e22711ae2b 100644
--- a/llvm/lib/Support/Unix/Program.inc
+++ b/llvm/lib/Support/Unix/Program.inc
@@ -1,5 +1,4 @@
-//===- llvm/Support/Unix/Program.cpp -----------------------------*- C++
-//-*-===//
+//===- llvm/Support/Unix/Program.inc ----------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -12,8 +11,8 @@
 //===----------------------------------------------------------------------===//
 
 //===----------------------------------------------------------------------===//
-//=== WARNING: Implementation here must contain only generic UNIX code that
-//===          is guaranteed to work on *all* UNIX variants.
+//=== WARNING: Implementation here must contain only generic UNIX
+//===          code that is guaranteed to work on *all* UNIX variants.
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Program.h"


        


More information about the llvm-commits mailing list