forked from OSchip/llvm-project
Add ProfileData to required_libraries
This should fix ppc64be build breakage due to r266477 llvm-svn: 266488
This commit is contained in:
parent
0ce90908e0
commit
6d09f993c2
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = Analysis
|
||||
parent = Libraries
|
||||
required_libraries = Core Support
|
||||
required_libraries = Core ProfileData Support
|
||||
|
|
Loading…
Reference in New Issue