]> git.saurik.com Git - apple/ld64.git/blobdiff - src/ld/LinkEdit.hpp
ld64-305.tar.gz
[apple/ld64.git] / src / ld / LinkEdit.hpp
index c4421ef5c5594e396ec51195b2c49f2bf6c437c4..bde04736665d011582e45372911a190ca35be1ac 100644 (file)
@@ -998,7 +998,7 @@ void ExportInfoAtom<A>::encode() const
                                entry.flags |= EXPORT_SYMBOL_FLAGS_WEAK_DEFINITION;
                        entry.other = this->_writer.compressedOrdinalForAtom(atom);
                        if ( entry.other == BIND_SPECIAL_DYLIB_SELF ) {
-                               warning("not adding explict export for symbol %s because it is already re-exported from dylib %s", entry.name, atom->file()->path());
+                               warning("not adding explict export for symbol %s because it is already re-exported from dylib %s", entry.name, atom->safeFilePath());
                                continue;
                        }
                        if ( atom->isAlias() ) {