Fix file header issues in fuzzers. NFC
authorFangrui Song <maskray@google.com>
Thu, 21 Feb 2019 07:57:14 +0000 (07:57 +0000)
committerFangrui Song <maskray@google.com>
Thu, 21 Feb 2019 07:57:14 +0000 (07:57 +0000)
llvm-svn: 354551

llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp
llvm/tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp
llvm/tools/llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp
llvm/tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp
llvm/tools/llvm-pdbutil/PdbYaml.cpp
llvm/tools/llvm-readobj/MachODumper.cpp
llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp

index 9c26537..ac1543c 100644 (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.
index 82fbd73..0674b47 100644 (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.
index f305ca5..201fdd7 100644 (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.
index ecc415b..f998c46 100644 (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.
index d1c4042..ff634fb 100644 (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.
index 259f30d..1c3e338 100644 (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.
index 039c3dc..3f50d60 100644 (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.