summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/value-with-long-name.ll
Commit message (Collapse)AuthorAgeFilesLines
* Limit size of non-GlobalValue nameSerge Guelton2018-01-051-0/+18
Otherwise, in some extreme test case, very long names are created and the compiler consumes large amount of memory. Size limit is set to a relatively high value not to disturb debugging. Compiler flag -non-global-value-max-name-size=<value> can be used to customize the size. Differential Revision: https://reviews.llvm.org/D41296 llvm-svn: 321886
OpenPOWER on IntegriCloud