Skip to content

Commit

Permalink
remove cm_emu header since we don't need it anymore and change interf…
Browse files Browse the repository at this point in the history
…ace version
  • Loading branch information
aparshin-intel committed May 17, 2021
1 parent 0385b36 commit 1482721
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 296 deletions.
2 changes: 1 addition & 1 deletion include/clang/FrontendWrapper/Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct IDriverInvocation {
};

// this number should be increased whenever the public interface changes
static const int InterfaceVersion = 9;
static const int InterfaceVersion = 10;

} // namespace ClangFE
} // namespace CM
Expand Down
1 change: 0 additions & 1 deletion lib/Headers/cm/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set(CM_HEADERS
cm/cm_atomic.h
cm/cm_common.h
cm/cm_dataport.h
cm/cm_emu.h
cm/cm_gateway.h
cm/cm.h
cm/cm_internal.h
Expand Down
1 change: 0 additions & 1 deletion lib/Headers/cm/include/cm/cm.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "cm_send.h"
#include "cm_atomic.h"
#include "cm_dataport.h"
#include "cm_emu.h"
#include "cm_internal.h"
#include "cm_sampler.h"
#include "cm_traits.h"
Expand Down
293 changes: 0 additions & 293 deletions lib/Headers/cm/include/cm/cm_emu.h

This file was deleted.

0 comments on commit 1482721

Please sign in to comment.