[PATCH] D122196: [gn build] Port a36c2dd6d54c

Cynthia Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 17:52:40 PDT 2022


Cynthia-Here created this revision.
Herald added a project: All.
Cynthia-Here requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122196

Files:
  llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/Models/BUILD.gn
  llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn


Index: llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
+++ llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -17,6 +17,7 @@
     "//llvm/lib/Testing/Support",
   ]
   sources = [
+    "ChromiumCheckModelTest.cpp",
     "DataflowAnalysisContextTest.cpp",
     "DataflowEnvironmentTest.cpp",
     "MapLatticeTest.cpp",
Index: llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/Models/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/Models/BUILD.gn
+++ llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/Models/BUILD.gn
@@ -8,5 +8,8 @@
     "//clang/lib/Analysis/FlowSensitive",
     "//clang/lib/Basic",
   ]
-  sources = [ "UncheckedOptionalAccessModel.cpp" ]
+  sources = [
+    "ChromiumCheckModel.cpp",
+    "UncheckedOptionalAccessModel.cpp",
+  ]
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122196.417143.patch
Type: text/x-patch
Size: 1049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220322/23c5619d/attachment.bin>


More information about the llvm-commits mailing list