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:
parent
9b0f938a41
commit
cb61e3e1b4
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = X86Utils
|
||||
parent = X86
|
||||
required_libraries = Core Support
|
||||
required_libraries = Support
|
||||
add_to_library_groups = X86
|
||||
|
Loading…
x
Reference in New Issue
Block a user