Author: Sam McCall
Date: 2022-07-01T16:45:22+02:00
New Revision: a322c104cb5987df93be22b09e527a8a0c932af5

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

LOG: [pseudo] temporary fix for missing generated header after 
fe66aebd755191fac6

Better fix to be added by Haojian later!

Added: 
    

Modified: 
    clang-tools-extra/pseudo/lib/cli/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/pseudo/lib/cli/CMakeLists.txt 
b/clang-tools-extra/pseudo/lib/cli/CMakeLists.txt
index 25b3d9e1425c0..68e644f62fded 100644
--- a/clang-tools-extra/pseudo/lib/cli/CMakeLists.txt
+++ b/clang-tools-extra/pseudo/lib/cli/CMakeLists.txt
@@ -5,6 +5,10 @@ set(LLVM_LINK_COMPONENTS
 add_clang_library(clangPseudoCLI
   CLI.cpp
 
+  # FIXME export the headers from clangPseudoCXX instead
+  DEPENDS
+  cxx_gen
+
   LINK_LIBS
   clangPseudoGrammar
   clangPseudoCXX


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to