diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2022-11-29 14:12:56 -0500 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2022-12-22 14:40:50 -0500 |
commit | 24e3086c89b6253126b881330c5cab6dc79d43ba (patch) | |
tree | cfb7d14a2334ed1f262738db766d1f47c7718ba4 /llvm/lib/Support/Unix/Program.inc | |
parent | 3c7c696a521c8df5a27b26af0aee8a63d5475e6b (diff) | |
download | llvm-24e3086c89b6253126b881330c5cab6dc79d43ba.zip llvm-24e3086c89b6253126b881330c5cab6dc79d43ba.tar.gz llvm-24e3086c89b6253126b881330c5cab6dc79d43ba.tar.bz2 |
Support: Fix broken C++ marker
Diffstat (limited to 'llvm/lib/Support/Unix/Program.inc')
-rw-r--r-- | llvm/lib/Support/Unix/Program.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/Support/Unix/Program.inc b/llvm/lib/Support/Unix/Program.inc index 375102c..897e227 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" |