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"
70
70
71
71
set (SOURCES
72
72
src/comgr-cache.cpp
73
- src/comgr-cache-bundler-command.cpp
74
73
src/comgr-cache-command.cpp
75
74
src/comgr-clang-command.cpp
76
75
src/comgr-compiler.cpp
@@ -86,6 +85,7 @@ set(SOURCES
86
85
src/comgr-spirv-command.cpp
87
86
src/comgr-symbol.cpp
88
87
src/comgr-symbolizer.cpp
88
+ src/comgr-unbundle-command.cpp
89
89
src/time-stat/time-stat.cpp )
90
90
91
91
if (COMGR_BUILD_SHARED_LIBS )
Original file line number Diff line number Diff line change 37
37
******************************************************************************/
38
38
39
39
#include " comgr-compiler.h"
40
- #include " comgr-cache-bundler-command.h"
41
40
#include " comgr-cache.h"
42
41
#include " comgr-clang-command.h"
43
42
#include " comgr-device-libs.h"
44
43
#include " comgr-diagnostic-handler.h"
45
44
#include " comgr-env.h"
46
45
#include " comgr-spirv-command.h"
46
+ #include " comgr-unbundle-command.h"
47
47
#include " lld/Common/CommonLinkerContext.h"
48
48
#include " lld/Common/Driver.h"
49
49
#include " clang/CodeGen/CodeGenAction.h"
Original file line number Diff line number Diff line change 36
36
*
37
37
******************************************************************************/
38
38
39
- #include < comgr-cache-bundler -command.h>
39
+ #include < comgr-unbundle -command.h>
40
40
41
41
#include < clang/Driver/OffloadBundler.h>
42
42
#include < llvm/BinaryFormat/Magic.h>
Original file line number Diff line number Diff line change 33
33
*
34
34
******************************************************************************/
35
35
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
38
38
39
39
#include < comgr-cache-command.h>
40
40
You can’t perform that action at this time.
0 commit comments