[PM] Track an LLVM API update which separates the TargetLibraryInfo
authorChandler Carruth <chandlerc@gmail.com>
Thu, 15 Jan 2015 10:42:26 +0000 (10:42 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 15 Jan 2015 10:42:26 +0000 (10:42 +0000)
commita9711a9aa493762b6ea647717bed0cf092fbb68a
tree88f4bffd9e6cf71e8ebba407de682c009c22800a
parentb98f63dbdb5668cb526e422e5b421dcddc8ff4f3
[PM] Track an LLVM API update which separates the TargetLibraryInfo
object from the pass that provides access to it.

We should probably refactor the createTLI code here in Clang in light of
the new structure, but I wanted this patch to be a minimal one that just
patches the behavior back together.

llvm-svn: 226158
clang/lib/CodeGen/BackendUtil.cpp