File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ add_llvm_library(LLVMTableGenBasic OBJECT EXCLUDE_FROM_ALL DISABLE_LLVM_LINK_LLV
1616 IntrinsicEmitter.cpp
1717 RISCVTargetDefEmitter.cpp
1818 SDNodeProperties.cpp
19- TableGenStatics .cpp
19+ TableGen .cpp
2020 VTEmitter.cpp
2121)
2222
Original file line number Diff line number Diff line change 1- // ===- TableGenStatics .cpp -------------------------------------- ----------===//
1+ // ===- TableGen .cpp - Top-Level TableGen implementation for LLVM ----------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
1111//
1212// ===----------------------------------------------------------------------===//
1313
14- #include " TableGenStatics .h"
14+ #include " TableGen .h"
1515#include " llvm/ADT/StringRef.h"
1616#include " llvm/Support/CommandLine.h"
1717#include " llvm/Support/InitLLVM.h"
Original file line number Diff line number Diff line change 1- //===- TableGenStatics .h --------------------------------------------------===//
1+ //===- TableGen .h ------- --------------------------------------------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1010//
1111// ===----------------------------------------------------------------------===//
1212
13- #include " Basic/TableGenStatics .h"
13+ #include " Basic/TableGen .h"
1414
1515// / Command line parameters are shared between llvm-tblgen and llvm-min-tblgen.
1616// / The indirection to tblgen_main exists to ensure that the static variables
Original file line number Diff line number Diff line change 1010//
1111// ===----------------------------------------------------------------------===//
1212
13- #include " Basic/TableGenStatics .h"
13+ #include " Basic/TableGen .h"
1414
1515// / Command line parameters are shared between llvm-tblgen and llvm-min-tblgen.
1616// / The indirection to tblgen_main exists to ensure that the static variables
You can’t perform that action at this time.
0 commit comments