1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[CMake] Revert cf86a234ba86acf0bb875e21d27833be36e08be4

It is unnecessary after 993bbaf6a35baed4ad3d8422a76c4311140641a8
This commit is contained in:
Fangrui Song 2020-05-27 15:29:10 -07:00
parent b8a37222a3
commit 98520ee82b
2 changed files with 0 additions and 6 deletions

View File

@ -3,7 +3,4 @@ add_llvm_component_library(LLVMMLPolicies
DEPENDS
intrinsics_gen
LINK_LIBS
LLVMCore
)

View File

@ -13,7 +13,4 @@ add_llvm_component_library(LLVMPasses
DEPENDS
intrinsics_gen
LINK_LIBS
LLVMMLPolicies
)