mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
[BOLT][NFC] Fix file-description comments
Summary: Fix comments at the start of source files. (cherry picked from FBD33274597)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//===--- Relocation.cpp - Interface for object file relocations ----------===//
|
||||
//===- bolt/Core/Relocation.cpp - Object file relocations -----------------===//
|
||||
//
|
||||
// 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 the Relocation class.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "bolt/Core/Relocation.h"
|
||||
|
||||
Reference in New Issue
Block a user