r238855 - add missing dependency for CodeGen lib
Sanjay Patel
spatel at rotateright.com
Tue Jun 2 11:02:13 PDT 2015
Author: spatel
Date: Tue Jun 2 13:02:13 2015
New Revision: 238855
URL: http://llvm.org/viewvc/llvm-project?rev=238855&view=rev
Log:
add missing dependency for CodeGen lib
This looks to be exposed on some bots by r238851.
Modified:
cfe/trunk/lib/CodeGen/CMakeLists.txt
Modified: cfe/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CMakeLists.txt?rev=238855&r1=238854&r2=238855&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ cfe/trunk/lib/CodeGen/CMakeLists.txt Tue Jun 2 13:02:13 2015
@@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS
ProfileData
ScalarOpts
Support
+ Target
TransformUtils
)
More information about the cfe-commits
mailing list