mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00: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
099beb25e4
commit
b961661977
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = X86Utils
|
||||
parent = X86
|
||||
required_libraries = Core Support
|
||||
required_libraries = Support
|
||||
add_to_library_groups = X86
|
||||
|
Loading…
Reference in New Issue
Block a user