summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
diff options
context:
space:
mode:
authorXing Xue <xingxue@outlook.com>2024-10-08 06:04:13 -0400
committerGitHub <noreply@github.com>2024-10-08 06:04:13 -0400
commitc62e61acb428bb46ad834f8288b0c6f8c2ea8d31 (patch)
treef90c75f0c546d5b31c82a5243c2a99f6c7b1f9ab /lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
parent782a2d40005a2820f05c9801aff816c01789c7be (diff)
[libomp][AIX] Use SO version "1" for AIX libomp (#111384)
For `libomp` on AIX, we build shared object `libomp.so` first and then archive it into libomp.a. This patch changes to use SO version `1` and name the shared object `libomp.so.1` so that it is consistent with the naming of other shared objects in AIX libraries, e.g., `libc++.so.1` in `libc++.a`. With this change, the change made in commit bde51d9b0d473447ea12fb14924f14ea167eec85 to ensure only `libomp.a` is published on AIX is no longer necessary and is removed.
Diffstat (limited to 'lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py')
0 files changed, 0 insertions, 0 deletions