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 a501b1c commit 41fb4e9Copy full SHA for 41fb4e9
llvm/unittests/Support/CMakeLists.txt
@@ -31,6 +31,7 @@ add_llvm_unittest(SupportTests
31
DataExtractorTest.cpp
32
DebugCounterTest.cpp
33
DebugTest.cpp
34
+ DebugLogTest.cpp
35
DivisionByConstantTest.cpp
36
DJBTest.cpp
37
EndianStreamTest.cpp
llvm/unittests/Support/DebugLogTest.cpp
@@ -1,5 +1,4 @@
1
-//===- llvm/unittest/Support/DebugLogTest.cpp
2
-//------------------------------===//
+//===- llvm/unittest/Support/DebugLogTest.cpp -----------------------------===//
3
//
4
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
// See https://llvm.org/LICENSE.txt for license information.
0 commit comments