Fix missing c++ mode comment
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 9 Oct 2020 00:05:18 +0000 (20:05 -0400)
committerMatt Arsenault <arsenm2@gmail.com>
Wed, 21 Oct 2020 17:40:43 +0000 (13:40 -0400)
llvm/include/llvm/LTO/Config.h

index 0a3e523..a305778 100644 (file)
@@ -1,4 +1,4 @@
-//===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
+//===-Config.h - LLVM Link Time Optimizer Configuration ---------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.