1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Remove unneeded dependency from lib/Target/X86/Utils/ to lib/IR (aka Core).

The dependency was added in r213995 in response to r213986 which did make
X86/Utils depend on IR, but r256680 later removed that dependency again.

llvm-svn: 348724
This commit is contained in:
Nico Weber 2018-12-09 15:15:13 +00:00
parent 9b0f938a41
commit cb61e3e1b4

View File

@ -19,5 +19,5 @@
type = Library
name = X86Utils
parent = X86
required_libraries = Core Support
required_libraries = Support
add_to_library_groups = X86