Issue 172203
Summary [LLVM] Plugins broken on AIX
Labels platform:aix
Assignees
Reporter aengelke
    Tests that use pass plugins on AIX are broken and fail, e.g., with:

```
# .---command stderr------------
# | LLVM ERROR: Could not load library '/home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/build/lib/ExampleIRTransforms.so': rtld: 0712-001 Symbol _ZN4llvm21GenericDomTreeUpdaterINS_14DomTreeUpdaterENS_13DominatorTreeENS_17PostDominatorTreeEE16applyUpdatesImplILb1EEEvv was referenced
# |       from module /home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/build/lib/ExampleIRTransforms.so(), but a runtime definition
# | 	    of the symbol was not found.
# | rtld: 0712-001 Symbol _ZN4llvm21GenericDomTreeUpdaterINS_14DomTreeUpdaterENS_13DominatorTreeENS_17PostDominatorTreeEE16applyUpdatesImplILb0EEEvv was referenced
# |       from module /home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/build/lib/ExampleIRTransforms.so(), but a runtime definition
# | 	    of the symbol was not found.
# | 
# `-----------------------------
```

I disabled the relevant tests (Feature/load_extension.ll, Examples/IRTransforms) in 249acb6f87969d3227e100b20cdc4f3556dac9b4 and 66d92d4cfb7617d5bbc472bc950a24ffa94eae65.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to