Author: Haojian Wu
Date: 2022-06-09T23:03:54+02:00
New Revision: 70d35fe1257e429266b83025997b400e9f79110e

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

LOG: [pseudo] Fix the broken build of ClangPseudoBenchmark, after c70aeaa.

Added: 
    

Modified: 
    clang-tools-extra/pseudo/benchmarks/Benchmark.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/pseudo/benchmarks/Benchmark.cpp 
b/clang-tools-extra/pseudo/benchmarks/Benchmark.cpp
index b10ff3a175bd2..6002bada2aa21 100644
--- a/clang-tools-extra/pseudo/benchmarks/Benchmark.cpp
+++ b/clang-tools-extra/pseudo/benchmarks/Benchmark.cpp
@@ -24,9 +24,9 @@
 #include "clang-pseudo/DirectiveTree.h"
 #include "clang-pseudo/Forest.h"
 #include "clang-pseudo/GLR.h"
-#include "clang-pseudo/Grammar.h"
-#include "clang-pseudo/LRTable.h"
 #include "clang-pseudo/Token.h"
+#include "clang-pseudo/grammar/Grammar.h"
+#include "clang-pseudo/grammar/LRTable.h"
 #include "clang/Basic/LangOptions.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/CommandLine.h"


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

Reply via email to