[clang-tools-extra] a322c10 - [pseudo] temporary fix for missing generated header after fe66aebd755191fac6

Sam McCall via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 1 07:45:34 PDT 2022


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


        


More information about the cfe-commits mailing list