File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ option(COMGR_BUILD_SHARED_LIBS "Build the shared library"
7070
7171set (SOURCES
7272 src/comgr-cache .cpp
73- src/comgr-cache -bundler-command .cpp
7473 src/comgr-cache -command .cpp
7574 src/comgr-clang-command .cpp
7675 src/comgr-compiler.cpp
@@ -86,6 +85,7 @@ set(SOURCES
8685 src/comgr-spirv-command .cpp
8786 src/comgr-symbol.cpp
8887 src/comgr-symbolizer.cpp
88+ src/comgr-unbundle-command .cpp
8989 src/time-stat/time-stat.cpp)
9090
9191if (COMGR_BUILD_SHARED_LIBS)
Original file line number Diff line number Diff line change 3737 ******************************************************************************/
3838
3939#include " comgr-compiler.h"
40- #include " comgr-cache-bundler-command.h"
4140#include " comgr-cache.h"
4241#include " comgr-clang-command.h"
4342#include " comgr-device-libs.h"
4443#include " comgr-diagnostic-handler.h"
4544#include " comgr-env.h"
4645#include " comgr-spirv-command.h"
46+ #include " comgr-unbundle-command.h"
4747#include " lld/Common/CommonLinkerContext.h"
4848#include " lld/Common/Driver.h"
4949#include " clang/CodeGen/CodeGenAction.h"
Original file line number Diff line number Diff line change 3636 *
3737 ******************************************************************************/
3838
39- #include < comgr-cache-bundler -command.h>
39+ #include < comgr-unbundle -command.h>
4040
4141#include < clang/Driver/OffloadBundler.h>
4242#include < llvm/BinaryFormat/Magic.h>
Original file line number Diff line number Diff line change 3333 *
3434 ******************************************************************************/
3535
36- #ifndef COMGR_CACHE_BUNDLER_COMMAND_H
37- #define COMGR_CACHE_BUNDLER_COMMAND_H
36+ #ifndef COMGR_BUNDLER_COMMAND_H
37+ #define COMGR_BUNDLER_COMMAND_H
3838
3939#include < comgr-cache-command.h>
4040
You can’t perform that action at this time.
0 commit comments