Fix file header issues in fuzzers. NFC

llvm-svn: 354551
This commit is contained in:
Fangrui Song 2019-02-21 07:57:14 +00:00
parent ef5987592e
commit 990061b6d6
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
//===-- RegisterAliasingTracker.cpp -----------------------------*- C++ -*-===//
//===-- RegisterAliasing.cpp ------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,4 +1,4 @@
//===--- DummyFuzzerMain.cpp - Entry point to sanity check the fuzzer -----===//
//===-- DummyISelFuzzer.cpp - Entry point to sanity check the fuzzer ------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,4 +1,4 @@
//===--- DummyDemanglerMain.cpp - Entry point to sanity check the fuzzer --===//
//===-- DummyDemanglerFuzzer.cpp - Entry point to sanity check the fuzzer -===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,4 +1,4 @@
//===--- llvm-mc-fuzzer.cpp - Fuzzer for the MC layer ---------------------===//
//===-- llvm-mc-disassemble-fuzzer.cpp - Fuzzer for the MC layer ----------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,4 +1,4 @@
//===- PdbYAML.cpp -------------------------------------------- *- C++ --*-===//
//===-- PdbYaml.cpp ------------------------------------------- *- C++ --*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,4 +1,4 @@
//===-- MachODump.cpp - Object file dumping utility for llvm --------------===//
//===- MachODumper.cpp - Object file dumping utility for llvm -------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,4 +1,4 @@
//===--- special-case-list-fuzzer.cpp - Fuzzer for special case lists -----===//
//===-- yaml-numeric-parser-fuzzer.cpp - Fuzzer for YAML numeric parser ---===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.