We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7c0f8 commit 8f935fbCopy full SHA for 8f935fb
llvm/unittests/Frontend/CMakeLists.txt
@@ -14,7 +14,7 @@ add_llvm_unittest(LLVMFrontendTests
14
OpenMPContextTest.cpp
15
OpenMPIRBuilderTest.cpp
16
OpenMPParsingTest.cpp
17
- OpenMPComposeTest.cpp
+ OpenMPCompositionTest.cpp
18
19
DEPENDS
20
acc_gen
llvm/unittests/Frontend/OpenMPCompositionTest.cpp
@@ -1,4 +1,4 @@
1
-//===- llvm/unittests/Frontend/OpenMPComposeTest.cpp ----------------------===//
+//===- llvm/unittests/Frontend/OpenMPCompositionTest.cpp ------------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
0 commit comments