summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/GlobalsModRef/weak-interposition.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PassManager] Retire cl::opt that have been set for a while. NFCI.Davide Italiano2017-10-021-1/+1
| | | | llvm-svn: 314740
* [GlobalsAA] Don't assume anything about functions that may be overriddenJames Molloy2015-10-131-0/+24
Weak linkage and friends allow a symbol to be overriden outside the code generator's model, so GlobalsAA shouldn't assume that anything it can compute about such a symbol is valid. llvm-svn: 250156
OpenPOWER on IntegriCloud