[clang-tools-extra] 70d35fe - [pseudo] Fix the broken build of ClangPseudoBenchmark, after c70aeaa.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 14:04:28 PDT 2022


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"


        


More information about the cfe-commits mailing list