[BOLT][NFC] Fix file-description comments

Summary: Fix comments at the start of source files.

(cherry picked from FBD33274597)
This commit is contained in:
Maksim Panchenko
2021-12-21 10:21:41 -08:00
parent 0f32a5e5e1
commit 2f09f445b2
166 changed files with 400 additions and 310 deletions

View File

@@ -1,4 +1,4 @@
//===- DebugData.cpp - Representation and writing of debugging information. ==//
//===- bolt/Core/DebugData.cpp - Debugging information handling -----------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
//
// This file implements functions and classes for handling debug info.
//
//===----------------------------------------------------------------------===//
#include "bolt/Core/DebugData.h"