[llvm] f7e3174 - [gn build] Port ad57e10dbca2

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 23:47:39 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-03-28T06:40:50Z
New Revision: f7e3174ec05b6a7ab13e88f4123bb960f335dd6c

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

LOG: [gn build] Port ad57e10dbca2

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index be14a14a3ed40..abef7aa4b5046 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -116,6 +116,7 @@ static_library("Support") {
     "RISCVAttributeParser.cpp",
     "RISCVAttributes.cpp",
     "RISCVISAInfo.cpp",
+    "RISCVVIntrinsicUtils.cpp",
     "RWMutex.cpp",
     "RandomNumberGenerator.cpp",
     "Regex.cpp",


        


More information about the llvm-commits mailing list