[PATCH] D115827: [clang]: add missing Interpreter -> ClangDriverOptions dependency

Vassil Vassilev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 26 06:51:41 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb5eaf500f244: [clang] Add missing Interpreter -> ClangDriverOptions dependency (authored by v.g.vassilev).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115827/new/

https://reviews.llvm.org/D115827

Files:
  clang/lib/Interpreter/CMakeLists.txt


Index: clang/lib/Interpreter/CMakeLists.txt
===================================================================
--- clang/lib/Interpreter/CMakeLists.txt
+++ clang/lib/Interpreter/CMakeLists.txt
@@ -14,6 +14,7 @@
 
   DEPENDS
   intrinsics_gen
+  ClangDriverOptions
 
   LINK_LIBS
   clangAST


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115827.440062.patch
Type: text/x-patch
Size: 292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220626/58b1ca6c/attachment.bin>


More information about the llvm-commits mailing list