[PATCH] D60733: [gn] Include PatternInit.cpp.

bryant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 15:14:22 PDT 2019


bryant created this revision.
bryant added reviewers: thakis, phosek.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

  r358243 added this and updated the appropriate CMakeLists.txt. This does the
  same for the GN build.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60733

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


Index: llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
+++ llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -80,6 +80,7 @@
     "MicrosoftCXXABI.cpp",
     "ModuleBuilder.cpp",
     "ObjectFilePCHContainerOperations.cpp",
+    "PatternInit.cpp",
     "SanitizerMetadata.cpp",
     "SwiftCallingConv.cpp",
     "TargetInfo.cpp",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60733.195258.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190415/ee898aba/attachment.bin>


More information about the llvm-commits mailing list