Issue |
136255
|
Summary |
[OpenMP] Linking uses a `libomptarget` with very narrow version tag
|
Labels |
new issue
|
Assignees |
|
Reporter |
KaruroChori
|
Compiling some [demo code](https://godbolt.org/z/5oqE4Es6q) with
```bash
clang++ main.cpp -fopenmp -g -fopenmp-targets=amd64-linux-unknown
```
and checking the linked libraries results in these two entries related to OpenMP:
- `libomp.so`
- `libomptarget.so.21.0git`
The second is using a specific version tag which is quite bad for portability.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs