This is an archive of the discontinued LLVM Phabricator instance.

[AIX] enable OrcCAPITest
ClosedPublic

Authored by shchenz on Apr 14 2023, 4:05 AM.

Details

Summary

The case was excluded in D101971 because of integrated-as support on AIX.
Now AIX integrated-as improves a lot, we can enable the tests in OrcCAPITest file.

The excluded 4 cases are caused by "LLVM ERROR: Incompatible object format!".
We need to add XCOFF support in RuntimeDyld::loadObject for these 4 cases.

Diff Detail

Event Timeline

shchenz created this revision.Apr 14 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 4:05 AM
shchenz requested review of this revision.Apr 14 2023, 4:05 AM

gentle ping...

Since this is just a test case change and it now has bigger test coverage, I will commit this directly if no comments in following week...

This revision was not accepted when it landed; it landed in state Needs Review.May 10 2023, 7:38 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.