[ThinLTO] Ensure we always select the same function copy to import
authorTeresa Johnson <tejohnson@google.com>
Fri, 13 Jul 2018 21:35:58 +0000 (21:35 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 13 Jul 2018 21:35:58 +0000 (21:35 +0000)
commit9fe8af7e00983fc552098b8c83bbc178bea8b208
treeac5077687f93f3d25cbac5e0f79967d867a7e031
parentd94c0594d966e9ee11aeb05e2917098bd584361e
[ThinLTO] Ensure we always select the same function copy to import

Clang change to reflect the FunctionsToImportTy type change
in the llvm changes for D48670.

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