[llvm] 5e97a91 - [gn] fix build after 992cb98462ab

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 17 16:02:26 PDT 2023


Author: Nico Weber
Date: 2023-06-17T19:02:16-04:00
New Revision: 5e97a9119d115088157da1958480eee051789732

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

LOG: [gn] fix build after 992cb98462ab

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
index cc1b23e36002b..9e10d090d2a70 100644
--- a/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -39,6 +39,7 @@ static_library("CodeGen") {
     "//llvm/lib/Transforms/Scalar",
     "//llvm/lib/Transforms/Utils",
   ]
+  include_dirs = [ "." ]
   sources = [
     "ABIInfo.cpp",
     "ABIInfoImpl.cpp",


        


More information about the llvm-commits mailing list