From b70f43179134f9965ce750ed7d834c32c3ce5755 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Thu, 10 Oct 2019 18:04:52 +0000 Subject: [PATCH] Fix build by adding the missing dependency. llvm-svn: 374406 --- lib/DebugInfo/GSYM/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DebugInfo/GSYM/LLVMBuild.txt b/lib/DebugInfo/GSYM/LLVMBuild.txt index ff324253994..d3cf7653abf 100644 --- a/lib/DebugInfo/GSYM/LLVMBuild.txt +++ b/lib/DebugInfo/GSYM/LLVMBuild.txt @@ -18,4 +18,4 @@ type = Library name = DebugInfoGSYM parent = DebugInfo -required_libraries = Support +required_libraries = MC Support