forked from OSchip/llvm-project
parent
ef5987592e
commit
990061b6d6
|
@ -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