1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPass() added in r294870.

llvm-svn: 294881
This commit is contained in:
NAKAMURA Takumi 2017-02-12 01:18:32 +00:00
parent c0ef5d0efb
commit fb8f42dff7

View File

@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
RuntimeDyld
ScalarOpts
Support
TransformUtils
native
)