Reorganize llvmc code.
Move the code from 'llvmc/driver' into a new CompilerDriver library, and change the build system accordingly. Makes it easier for projects using LLVM to build their own llvmc-based drivers. Tested with objdir != srcdir. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65821 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/llvm/CompilerDriver/Error.h 0 additions, 0 deletionsinclude/llvm/CompilerDriver/Error.h
- lib/CompilerDriver/Action.cpp 0 additions, 0 deletionslib/CompilerDriver/Action.cpp
- lib/CompilerDriver/CMakeLists.txt 0 additions, 0 deletionslib/CompilerDriver/CMakeLists.txt
- lib/CompilerDriver/CompilationGraph.cpp 1 addition, 1 deletionlib/CompilerDriver/CompilationGraph.cpp
- lib/CompilerDriver/Makefile 19 additions, 0 deletionslib/CompilerDriver/Makefile
- lib/CompilerDriver/Plugin.cpp 0 additions, 0 deletionslib/CompilerDriver/Plugin.cpp
- lib/CompilerDriver/Tool.cpp 0 additions, 0 deletionslib/CompilerDriver/Tool.cpp
- lib/Makefile 1 addition, 1 deletionlib/Makefile
- tools/llvmc/CMakeLists.txt 1 addition, 1 deletiontools/llvmc/CMakeLists.txt
- tools/llvmc/Makefile 6 additions, 5 deletionstools/llvmc/Makefile
- tools/llvmc/Makefile.llvmc 49 additions, 0 deletionstools/llvmc/Makefile.llvmc
- tools/llvmc/driver/Main.cpp 2 additions, 3 deletionstools/llvmc/driver/Main.cpp
- tools/llvmc/driver/Makefile 8 additions, 5 deletionstools/llvmc/driver/Makefile
- tools/llvmc/plugins/Base/Makefile 3 additions, 1 deletiontools/llvmc/plugins/Base/Makefile
- tools/llvmc/plugins/Clang/Makefile 3 additions, 1 deletiontools/llvmc/plugins/Clang/Makefile
- tools/llvmc/plugins/Hello/Makefile 3 additions, 1 deletiontools/llvmc/plugins/Hello/Makefile
- tools/llvmc/plugins/Makefile 4 additions, 41 deletionstools/llvmc/plugins/Makefile
- tools/llvmc/plugins/Simple/Makefile 3 additions, 1 deletiontools/llvmc/plugins/Simple/Makefile
Loading
Please register or sign in to comment