Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ModuleSummaryAnalysis: Correctly handle refs from function inline asm to ↵ | Peter Collingbourne | 2017-09-01 | 1 | -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 |