llvm-project/clang/utils/TableGen
Nikita Popov 8f555a52e0 [cmake] Fix tablegen exports
This fixes some fallout from D131282. Currently, add_tablegen() will add the tablegen target to LLVM_EXPORTS and associates the install with LLVMExports. For non-standalone builds, this means that you end up with mlir-tblgen and clang-tblgen in LLVMExports.

However, these projects should instead be using MLIR_EXPORTS/MLIRTargets and CLANG_EXPORTS/ClangTargets. To fix this, add an extra EXPORT option and make use of get_target_export_arg() to create the correct export argument.

Reviewed By: ashay-github

Differential Revision: https://reviews.llvm.org/D131565
2022-08-16 14:17:23 +02:00
..
ASTTableGen.cpp [NFC][clang]Inclusive language: remove remaining uses of sanity 2021-11-24 14:20:13 -05:00
ASTTableGen.h
CMakeLists.txt [cmake] Fix tablegen exports 2022-08-16 14:17:23 +02:00
ClangASTNodesEmitter.cpp
ClangASTPropertiesEmitter.cpp [clang] Use StringRef::contains (NFC) 2021-10-21 08:58:19 -07:00
ClangAttrEmitter.cpp [Docs] Fix column ordering on clang attribute docs 2022-07-27 21:36:43 -05:00
ClangCommentCommandInfoEmitter.cpp Comment parsing: Complete list of Doxygen commands 2021-11-09 18:35:26 +01:00
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp Fix one round of implicit conversions found by g++5. 2020-01-29 01:52:48 +01:00
ClangCommentHTMLTagsEmitter.cpp Fix one round of implicit conversions found by g++5. 2020-01-29 01:52:48 +01:00
ClangDataCollectorsEmitter.cpp
ClangDiagnosticsEmitter.cpp Use llvm::all_of (NFC) 2022-08-14 16:25:36 -07:00
ClangOpcodesEmitter.cpp [Clang interpreter] Avoid storing pointers at unaligned locations 2021-07-28 16:03:41 +01:00
ClangOpenCLBuiltinEmitter.cpp [OpenCL][TableGen] Fix type extension guard emission 2022-06-20 10:07:34 +01:00
ClangOptionDocEmitter.cpp [Flang] Generate documentation for compiler flags 2022-07-22 17:05:04 +00:00
ClangSACheckersEmitter.cpp [analyzer] ClangSA should tablegen doc urls refering to the main doc page 2022-04-19 12:14:27 +02:00
ClangSyntaxEmitter.cpp [Syntax] Tablegen Sequence classes. NFC 2020-11-11 16:29:19 +01:00
ClangTypeNodesEmitter.cpp
MveEmitter.cpp [clang] Remove Address::deprecated from MveEmitter 2022-03-21 09:39:13 -07:00
NeonEmitter.cpp [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
RISCVVEmitter.cpp Use value instead of getValue (NFC) 2022-08-06 11:21:39 -07:00
SveEmitter.cpp [clang][SVE] Undefine preprocessor macro defined in 2022-08-12 12:25:49 +00:00
TableGen.cpp clang: include ManagedStatic.h for llvm_shutdown 2022-07-27 14:57:34 +02:00
TableGenBackends.h [RISCV] Lazily add RVV C intrinsics. 2022-07-26 15:47:47 +08:00