Skip to content

Commit

Permalink
cg: Allow thread local global generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Oct 25, 2023
1 parent cda52d3 commit 6715d33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/vast/CodeGen/CodeGenDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ namespace vast::cg
VAST_UNIMPLEMENTED_IF(lang().CUDA);
VAST_UNIMPLEMENTED_IF(lang().OpenMP);

VAST_UNIMPLEMENTED_IF(decl->getTLSKind() != clang::VarDecl::TLS_None);

return codegen.visit_var_decl(decl);
}

Expand Down

0 comments on commit 6715d33

Please sign in to comment.