Displaying 2 results from an estimated 2 matches for "polllution".
Did you mean:
pollution
2012 Nov 30
2
Possible repo polllution
Hi,
I've just been checking my local copy of the CentOS repos. I found
200+ i386/i686 packages in both the updates/5/RPMS and
updates/6/Packages directories.
I checked with my rsync site ( ftp.heanet.ie ) and the equivalent UK
site ( ftp.mirrorservice.org ) and they both carried these packages
also.
Is this a case a repo pollution, it can't be necessary to have i386
packages in
2015 Feb 18
6
[LLVMdev] [lld] Undefined symbols postprocessing
Hi everyone,
In lld, I need to conditionally add symbols (like GLOBAL_OFFSET_TABLE)
during
static linking because they may be used by relocations (R_ARM_TLS_IE32) or
by some other stuff like STT_GNU_IFUNC symbols.
The problem is that now symbols are added in a declarative way by
specifying in ExecutableWriter::addDefaultAtoms() override.
At that stage, there's no way to determine if