ROCm / llvm-project

This is the AMD-maintained fork of the LLVM git repository. This repository accepts pull requests and issues related to AMD fork-specific topics (amd/*). For all other issues/PRs, please submit upstream at https://github.com/llvm/llvm-project.
Other
94 stars 48 forks source link

[flang][OpenMP] Duplicate the utils needed by `DoConcurrentConversion` #88

Closed ergawy closed 2 weeks ago

ergawy commented 2 weeks ago

This adds a temporary (but more localy workaround) for the linker issue resulted from linking with OpenMP/Utils.cpp. This duplicates the required functions until we find a proper CMake solution.