[llvm-branch-commits] [llvm] e5085a6 - [gn build] Port a65d8c5d720

LLVM GN Syncbot via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 2 10:58:27 PST 2020


Author: LLVM GN Syncbot
Date: 2020-12-02T18:50:30Z
New Revision: e5085a62d1e731a6b81028673cdba8e82246190e

URL: https://github.com/llvm/llvm-project/commit/e5085a62d1e731a6b81028673cdba8e82246190e
DIFF: https://github.com/llvm/llvm-project/commit/e5085a62d1e731a6b81028673cdba8e82246190e.diff

LOG: [gn build] Port a65d8c5d720

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/BUILD.gn
index 6815640fbf45..5bd7ec8f5818 100644
--- a/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/BUILD.gn
@@ -15,6 +15,7 @@ static_library("AsmPrinter") {
     "//llvm/lib/Target",
   ]
   sources = [
+    "AIXException.cpp",
     "ARMException.cpp",
     "AccelTable.cpp",
     "AddressPool.cpp",


        


More information about the llvm-branch-commits mailing list