[clang] 3d756c3 - cmake: add missing dependencies on ClangDriverOptions tablegen

Jon Roelofs via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 4 10:43:51 PDT 2023


Author: Jon Roelofs
Date: 2023-08-04T10:43:31-07:00
New Revision: 3d756c32cdf005d0f4c05f561fec4a37b64b7ddd

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

LOG: cmake: add missing dependencies on ClangDriverOptions tablegen

This is a follow-up to 2fb1c1082c01

Added: 
    

Modified: 
    clang/lib/ARCMigrate/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/lib/ARCMigrate/CMakeLists.txt b/clang/lib/ARCMigrate/CMakeLists.txt
index e2e13e5700a554..515d0960920afc 100644
--- a/clang/lib/ARCMigrate/CMakeLists.txt
+++ b/clang/lib/ARCMigrate/CMakeLists.txt
@@ -44,4 +44,5 @@ add_clang_library(clangARCMigrate
 
   DEPENDS
   omp_gen
+  ClangDriverOptions
   )


        


More information about the cfe-commits mailing list