mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 01:16:06 +00:00
[TableGen] Fix comments/headers referencing clang (NFC)
Remove references to clang's TableGen implementation. Presumably these files were originally copied over. llvm-svn: 366982
This commit is contained in:
parent
db99d3a2a2
commit
9870f6ad2c
@ -1,4 +1,4 @@
|
||||
//===- TableGen.cpp - Top-Level TableGen implementation for Clang ---------===//
|
||||
//===- LLDBOptionDefEmitter.cpp -------------------------------------------===//
|
||||
//
|
||||
// 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 @@
|
||||
//===- TableGen.cpp - Top-Level TableGen implementation for Clang ---------===//
|
||||
//===- LLDBTableGen.cpp - Top-Level TableGen implementation for LLDB ------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file contains the main function for Clang's TableGen.
|
||||
// This file contains the main function for LLDB's TableGen.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- TableGen.cpp - Top-Level TableGen implementation for Clang ---------===//
|
||||
//===- LLDBTableGenBackends.h -----------------------------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
@ -7,8 +7,9 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file contains the declarations for all of the LLDB TableGen
|
||||
// backends. A "TableGen backend" is just a function. See
|
||||
// "$LLVM_ROOT/utils/TableGen/TableGenBackends.h" for more info.
|
||||
// backends. A "TableGen backend" is just a function.
|
||||
//
|
||||
// See "$LLVM_ROOT/utils/TableGen/TableGenBackends.h" for more info.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user