summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-11-26 22:16:19 +0000
committerFangrui Song <maskray@google.com>2018-11-26 22:16:19 +0000
commit82ddb8154e6b38526e54c1db267be805e52fa02e (patch)
treedf13b635426465330966b77cc61a4c256453f451 /llvm/lib
parent04d49779a126badff92fe59457d744085cde125b (diff)
downloadbcm5719-llvm-82ddb8154e6b38526e54c1db267be805e52fa02e.tar.gz
bcm5719-llvm-82ddb8154e6b38526e54c1db267be805e52fa02e.zip
[X86] Add dependency from X86 to ProfileData after rL347596
llvm-svn: 347606
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/LLVMBuild.txt b/llvm/lib/Target/X86/LLVMBuild.txt
index 2062163afb0..055336baac1 100644
--- a/llvm/lib/Target/X86/LLVMBuild.txt
+++ b/llvm/lib/Target/X86/LLVMBuild.txt
@@ -31,5 +31,5 @@ has_jit = 1
type = Library
name = X86CodeGen
parent = X86
-required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter X86Desc X86Info X86Utils GlobalISel
+required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter X86Desc X86Info X86Utils GlobalISel ProfileData
add_to_library_groups = X86
OpenPOWER on IntegriCloud