Build system changes to use TableGen to generate the various
diagnostics. This builds on the patch that Sebastian committed and then revert. Major differences are: - We don't remove or use the current ".def" files. Instead, for now, we just make sure that we're building the ".inc" files. - Fixed CMake makefiles to run TableGen and build the ".inc" files when needed. Tested with both the Xcode and Makefile generators provided by CMake, so it should be solid. - Fixed normal makefiles to handle out-of-source builds that involve the ".inc" files. I'll send a separate patch to the list with Sebastian's changes that eliminate the use of the .def files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67058 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- CMakeLists.txt 3 additions, 0 deletionsCMakeLists.txt
- Driver/Makefile 1 addition, 1 deletionDriver/Makefile
- Makefile 1 addition, 1 deletionMakefile
- include/CMakeLists.txt 1 addition, 0 deletionsinclude/CMakeLists.txt
- include/Makefile 4 additions, 0 deletionsinclude/Makefile
- include/clang/Basic/CMakeLists.txt 16 additions, 0 deletionsinclude/clang/Basic/CMakeLists.txt
- include/clang/Basic/Makefile 9 additions, 0 deletionsinclude/clang/Basic/Makefile
- include/clang/CMakeLists.txt 1 addition, 0 deletionsinclude/clang/CMakeLists.txt
- include/clang/Makefile 4 additions, 0 deletionsinclude/clang/Makefile
- lib/AST/CMakeLists.txt 2 additions, 0 deletionslib/AST/CMakeLists.txt
- lib/AST/Makefile 1 addition, 1 deletionlib/AST/Makefile
- lib/Analysis/CMakeLists.txt 2 additions, 0 deletionslib/Analysis/CMakeLists.txt
- lib/Analysis/Makefile 1 addition, 1 deletionlib/Analysis/Makefile
- lib/Basic/CMakeLists.txt 10 additions, 0 deletionslib/Basic/CMakeLists.txt
- lib/Basic/Makefile 1 addition, 1 deletionlib/Basic/Makefile
- lib/CodeGen/Makefile 1 addition, 1 deletionlib/CodeGen/Makefile
- lib/Driver/Makefile 1 addition, 1 deletionlib/Driver/Makefile
- lib/Frontend/Makefile 1 addition, 1 deletionlib/Frontend/Makefile
- lib/Lex/CMakeLists.txt 2 additions, 0 deletionslib/Lex/CMakeLists.txt
- lib/Lex/Makefile 1 addition, 1 deletionlib/Lex/Makefile
Loading
Please register or sign in to comment