Skip to content

Commit 5439fa8

Browse files
committed
review: move to lex dir
1 parent 8345ff1 commit 5439fa8

File tree

9 files changed

+2
-28
lines changed

9 files changed

+2
-28
lines changed

clang/lib/Lex/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ add_clang_library(clangLex
1111
HeaderSearch.cpp
1212
InitHeaderSearch.cpp
1313
Lexer.cpp
14+
LexHLSLRootSignature.cpp
1415
LiteralSupport.cpp
1516
MacroArgs.cpp
1617
MacroInfo.cpp

clang/lib/Parse/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ add_clang_library(clangParse
1414
ParseExpr.cpp
1515
ParseExprCXX.cpp
1616
ParseHLSL.cpp
17-
ParseHLSLRootSignature.cpp
1817
ParseInit.cpp
1918
ParseObjc.cpp
2019
ParseOpenMP.cpp

clang/unittests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ endfunction()
2525

2626
add_subdirectory(Basic)
2727
add_subdirectory(Lex)
28-
add_subdirectory(Parse)
2928
add_subdirectory(Driver)
3029
if(CLANG_ENABLE_STATIC_ANALYZER)
3130
add_subdirectory(Analysis)

clang/unittests/Lex/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ add_clang_unittest(LexTests
77
HeaderMapTest.cpp
88
HeaderSearchTest.cpp
99
LexerTest.cpp
10+
LexHLSLRootSignatureTest.cpp
1011
ModuleDeclStateTest.cpp
1112
PPCallbacksTest.cpp
1213
PPConditionalDirectiveRecordTest.cpp

clang/unittests/Parse/CMakeLists.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)