Skip to content

AIX: Consider tdata symbols in ExportImportList

David Tenty requested to merge daltenty/cmake:daltenty/tdata-exportlist into master

Thread-local variables are put in the tdata section on AIX / XCOFF 1. Unfortunately the ExportImportList script currently doesn't consider this section when looking for symbols to export.

This results in linking failures in applications (such as LLVM) when building which expect these thread local variables to be exported from their shared libraries.

Topic-rename: aix-export-tdata

Edited by Brad King

Merge request reports