Skip to content

Commit 1482721

Browse files
remove cm_emu header since we don't need it anymore and change interface version
1 parent 0385b36 commit 1482721

File tree

4 files changed

+1
-296
lines changed

4 files changed

+1
-296
lines changed

include/clang/FrontendWrapper/Interface.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct IDriverInvocation {
100100
};
101101

102102
// this number should be increased whenever the public interface changes
103-
static const int InterfaceVersion = 9;
103+
static const int InterfaceVersion = 10;
104104

105105
} // namespace ClangFE
106106
} // namespace CM

lib/Headers/cm/include/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set(CM_HEADERS
33
cm/cm_atomic.h
44
cm/cm_common.h
55
cm/cm_dataport.h
6-
cm/cm_emu.h
76
cm/cm_gateway.h
87
cm/cm.h
98
cm/cm_internal.h

lib/Headers/cm/include/cm/cm.h

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#include "cm_send.h"
3232
#include "cm_atomic.h"
3333
#include "cm_dataport.h"
34-
#include "cm_emu.h"
3534
#include "cm_internal.h"
3635
#include "cm_sampler.h"
3736
#include "cm_traits.h"

lib/Headers/cm/include/cm/cm_emu.h

-293
This file was deleted.

0 commit comments

Comments
 (0)