summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/thinlto-asm-noimport.ll
Commit message (Collapse)AuthorAgeFilesLines
* ModuleSummaryAnalysis: Correctly handle refs from function inline asm to ↵Peter Collingbourne2017-09-011-0/+16
module inline asm. If a function contains inline asm and the module-level inline asm contains the definition of a local symbol, prevent the function from being imported in case the function-level inline asm refers to a symbol in the module-level inline asm. Differential Revision: https://reviews.llvm.org/D37370 llvm-svn: 312332
OpenPOWER on IntegriCloud