[llvm] r374406 - Fix build by adding the missing dependency.

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 11:04:52 PDT 2019


Author: hliao
Date: Thu Oct 10 11:04:52 2019
New Revision: 374406

URL: http://llvm.org/viewvc/llvm-project?rev=374406&view=rev
Log:
Fix build by adding the missing dependency.

Modified:
    llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt

Modified: llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt?rev=374406&r1=374405&r2=374406&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt (original)
+++ llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt Thu Oct 10 11:04:52 2019
@@ -18,4 +18,4 @@
 type = Library
 name = DebugInfoGSYM
 parent = DebugInfo
-required_libraries = Support
+required_libraries = MC Support




More information about the llvm-commits mailing list