Skip to content

Commit

Permalink
Fix file header issues in fuzzers. NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354551 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MaskRay committed Feb 21, 2019
1 parent 2fd5ae5 commit 9600cec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/llvm-exegesis/lib/RegisterAliasing.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tools/llvm-pdbutil/PdbYaml.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tools/llvm-readobj/MachODumper.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9600cec

Please sign in to comment.