summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/VPlan.h
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2018-10-13 21:53:40 +0000
committerLang Hames <lhames@gmail.com>2018-10-13 21:53:40 +0000
commit7899ccbcca9dd69ad21231a047c1e6130528937e (patch)
tree1ce81ba02e47fa111fbf63bf46e910dd3bd63666 /llvm/lib/Transforms/Vectorize/VPlan.h
parent2ac03ec2c4cb1d995a1ce70a5b15fa4f6ac8f9d1 (diff)
downloadbcm5719-llvm-7899ccbcca9dd69ad21231a047c1e6130528937e.tar.gz
bcm5719-llvm-7899ccbcca9dd69ad21231a047c1e6130528937e.zip
[ORC] During lookup, do not match against hidden symbols in other JITDylibs.
This adds two arguments to the main ExecutionSession::lookup method: MatchNonExportedInJD, and MatchNonExported. These control whether and where hidden symbols should be matched when searching a list of JITDylibs. A similar effect could have been achieved by filtering search results, but this would have involved materializing symbol definitions (since materialization is triggered on lookup) only to throw the results away, among other issues. llvm-svn: 344467
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/VPlan.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud