mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Fix file header issues in fuzzers. NFC
llvm-svn: 354551
This commit is contained in:
parent
34a4c8f773
commit
6412e8e039
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user