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

mangled names #691

Open
13 tasks done
lukasrothenberger opened this issue Dec 16, 2024 · 0 comments
Open
13 tasks done

mangled names #691

lukasrothenberger opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@lukasrothenberger
Copy link
Collaborator

lukasrothenberger commented Dec 16, 2024

Mangled names output by the static and dynamic analysis phases.
Problem: suggested OpenMP pragmas might contain these mangled names and lead to compilation errors when applied. Example: NPB.BT

Implement a post processing step to demangle the names using "nm --demangle" command by creating an intermediate mapping file.

Todo:

  • create executable utility(53a2fde)
  • replace mangled names in:
    • Data.xml(53a2fde)
    • dependency_metadata.txt(262216c)
    • DP_BBDepCounter.txt
    • DP_CUIDCounter.txt
    • dynamic_dependencies.txt(2a817ba)
    • loop_counter_output.txt
    • loop_meta.txt
    • memory_regions.txt
    • OriginalVariables.txt
    • reduction.txt(7da35d6)
    • static_dependencies.txt(a7949b4)
@lukasrothenberger lukasrothenberger self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant