Skip to content

Commit 98ff0e2

Browse files
committed
treewide: Update gap-coro dependencies.
1 parent 8c7fc4a commit 98ff0e2

File tree

10 files changed

+10
-12
lines changed

10 files changed

+10
-12
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ if (VAST_INSTALL)
391391
${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME} CACHE PATH "Path where CMake utilities will be installed"
392392
)
393393

394-
set(GAP_INSTALL_TARGETS gap gap-core gap-settings)
394+
set(GAP_INSTALL_TARGETS gap gap-core gap-coro gap-settings)
395395
set(GAP_EXPORT_NAME gapTargets)
396396

397397
install(TARGETS ${GAP_INSTALL_TARGETS}

include/vast/CodeGen/ScopeContext.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "vast/Util/Warnings.hpp"
66

7-
#include <gap/core/generator.hpp>
7+
#include <gap/coro/generator.hpp>
88

99
#include <functional>
1010
#include <queue>

include/vast/CodeGen/Util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VAST_RELAX_WARNINGS
1111
#include <clang/AST/Attr.h>
1212
VAST_UNRELAX_WARNINGS
1313

14-
#include <gap/core/generator.hpp>
14+
#include <gap/coro/generator.hpp>
1515

1616
#include <vast/Util/TypeList.hpp>
1717

include/vast/Conversion/Common/Rewriter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VAST_UNRELAX_WARNINGS
1010

1111
#include "vast/Util/Common.hpp"
1212

13-
#include <gap/core/generator.hpp>
13+
#include <gap/coro/generator.hpp>
1414

1515
#include <ranges>
1616
#include <vector>

include/vast/Dialect/HighLevel/HighLevelOps.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VAST_RELAX_WARNINGS
1010
#include <mlir/Interfaces/InferTypeOpInterface.h>
1111
VAST_UNRELAX_WARNINGS
1212

13-
#include <gap/core/generator.hpp>
13+
#include <gap/coro/generator.hpp>
1414

1515
#include "vast/Dialect/HighLevel/HighLevelAttributes.hpp"
1616
#include "vast/Dialect/HighLevel/HighLevelDialect.hpp"
@@ -97,4 +97,3 @@ namespace vast::hl
9797
{
9898
FuncOp getCallee(CallOp call);
9999
}
100-

include/vast/Dialect/HighLevel/HighLevelUtils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <vast/Util/Symbols.hpp>
1313
#include "vast/Util/TypeUtils.hpp"
1414

15-
#include <gap/core/generator.hpp>
15+
#include <gap/coro/generator.hpp>
1616

1717
#include <ranges>
1818

include/vast/Interfaces/AggregateTypeDefinitionInterface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VAST_RELAX_WARNINGS
1313

1414
#include "vast/Util/Common.hpp"
1515

16-
#include <gap/core/generator.hpp>
16+
#include <gap/coro/generator.hpp>
1717

1818
namespace vast {
1919

include/vast/Util/Pipeline.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VAST_UNRELAX_WARNINGS
1414

1515
#include "vast/Util/Common.hpp"
1616

17-
#include "gap/core/generator.hpp"
17+
#include <gap/coro/generator.hpp>
1818

1919
namespace vast {
2020

lib/vast/Conversion/ABI/LowerABI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ VAST_UNRELAX_WARNINGS
4343
#include <iostream>
4444
#include <unordered_map>
4545

46-
#include <gap/core/generator.hpp>
46+
#include <gap/coro/generator.hpp>
4747

4848
#include "vast/Conversion/ABI/AggregateTypes.hpp"
4949
#include "vast/Conversion/Common/Block.hpp"

lib/vast/Dialect/HighLevel/Transforms/UDE.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ VAST_RELAX_WARNINGS
1111
#include <mlir/Transforms/GreedyPatternRewriteDriver.h>
1212
VAST_UNRELAX_WARNINGS
1313

14-
#include <gap/core/memoize.hpp>
15-
#include <gap/core/generator.hpp>
14+
#include <gap/coro/generator.hpp>
1615

1716
#include <vast/Dialect/HighLevel/HighLevelUtils.hpp>
1817
#include <vast/Interfaces/AggregateTypeDefinitionInterface.hpp>

0 commit comments

Comments
 (0)