From: Fangrui Song Date: Thu, 21 Feb 2019 07:57:14 +0000 (+0000) Subject: Fix file header issues in fuzzers. NFC X-Git-Tag: llvmorg-10-init~11513 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=990061b6d61b4aed77a9abf3a2b898bb9fb47d0e;p=platform%2Fupstream%2Fllvm.git Fix file header issues in fuzzers. NFC llvm-svn: 354551 --- diff --git a/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp b/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp index 9c26537..ac1543c 100644 --- a/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp +++ b/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp @@ -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. diff --git a/llvm/tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp b/llvm/tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp index 82fbd73..0674b47 100644 --- a/llvm/tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp +++ b/llvm/tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp @@ -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. diff --git a/llvm/tools/llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp b/llvm/tools/llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp index f305ca5..201fdd7 100644 --- a/llvm/tools/llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp +++ b/llvm/tools/llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp @@ -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. diff --git a/llvm/tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp b/llvm/tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp index ecc415b..f998c46 100644 --- a/llvm/tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp +++ b/llvm/tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp @@ -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. diff --git a/llvm/tools/llvm-pdbutil/PdbYaml.cpp b/llvm/tools/llvm-pdbutil/PdbYaml.cpp index d1c4042..ff634fb 100644 --- a/llvm/tools/llvm-pdbutil/PdbYaml.cpp +++ b/llvm/tools/llvm-pdbutil/PdbYaml.cpp @@ -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. diff --git a/llvm/tools/llvm-readobj/MachODumper.cpp b/llvm/tools/llvm-readobj/MachODumper.cpp index 259f30d..1c3e338 100644 --- a/llvm/tools/llvm-readobj/MachODumper.cpp +++ b/llvm/tools/llvm-readobj/MachODumper.cpp @@ -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. diff --git a/llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp b/llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp index 039c3dc..3f50d60 100644 --- a/llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp +++ b/llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp @@ -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.