Skip to content

Commit aac78c8

Browse files
committed
Change file naming convention to match the OMP version in the incluabor.
1 parent 534ea46 commit aac78c8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

clang/lib/CIR/CodeGen/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
99
add_clang_library(clangCIR
1010
CIRGenerator.cpp
1111
CIRGenDecl.cpp
12-
CIRGenOpenACCDecl.cpp
12+
CIRGenDeclOpenACC.cpp
1313
CIRGenExpr.cpp
1414
CIRGenExprAggregate.cpp
1515
CIRGenExprConstant.cpp
1616
CIRGenExprScalar.cpp
1717
CIRGenFunction.cpp
1818
CIRGenModule.cpp
19-
CIRGenOpenACCStmt.cpp
2019
CIRGenStmt.cpp
20+
CIRGenStmtOpenACC.cpp
2121
CIRGenTypes.cpp
2222

2323
DEPENDS

0 commit comments

Comments
 (0)