Skip to content

Commit

Permalink
Register _ddata as builtin HeapBufferType
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <anna.rift@hpe.com>
  • Loading branch information
riftEmber committed Oct 9, 2024
1 parent e7d8956 commit af8bbd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/lib/types/Type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "chpl/types/ComplexType.h"
#include "chpl/types/CPtrType.h"
#include "chpl/types/DomainType.h"
#include "chpl/types/HeapBufferType.h"
#include "chpl/types/ImagType.h"
#include "chpl/types/IntType.h"
#include "chpl/types/NilType.h"
Expand Down Expand Up @@ -106,6 +107,7 @@ void Type::gatherBuiltins(Context* context,
gatherType(context, map, "chpl_c_string", CStringType::get(context));
gatherType(context, map, "nothing", NothingType::get(context));
gatherType(context, map, "void", VoidType::get(context));
gatherType(context, map, "_ddata", HeapBufferType::get(context));

gatherType(context, map, "RootClass", BasicClassType::getRootClassType(context));

Expand Down

0 comments on commit af8bbd1

Please sign in to comment.