Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dfa #28

Closed
wants to merge 3 commits into from
Closed

Dfa #28

wants to merge 3 commits into from

Conversation

s-nil
Copy link
Contributor

@s-nil s-nil commented Oct 3, 2019

No description provided.

A sample class is added just to check how to add any functionality in
llvm.
linkedlist to support different type of values(llvm). But there is some
issue in the push_back function declaration. After doing changes, llvm
is being built successfully but while using this in a pass an error is
being thrown when trying to run the pass. Pass is being built
successfully but while loading the pass using opt and running it with a
program symbol lookup error is being thrown.
compiler to use a template, it must see both the template definition
(not just a declaration) and the template type used to instantiate the
template.

refer https://www.learncpp.com/cpp-tutorial/133-template-classes/ (last
section)

Look at the ways to work around.
@repo-lockdown
Copy link

repo-lockdown bot commented Oct 3, 2019

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@repo-lockdown repo-lockdown bot closed this Oct 3, 2019
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Oct 3, 2019
kosmynin pushed a commit to RWTH-HPC/llvm-project that referenced this pull request Mar 2, 2020
Fix generated target region parameters for multidimensional VLAs

Closes llvm#28

See merge request NEC-RWTH-Projects/clang!21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant