Skip to content

Commit 41fb4e9

Browse files
committed
Fix cmake
1 parent a501b1c commit 41fb4e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/unittests/Support/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ add_llvm_unittest(SupportTests
3131
DataExtractorTest.cpp
3232
DebugCounterTest.cpp
3333
DebugTest.cpp
34+
DebugLogTest.cpp
3435
DivisionByConstantTest.cpp
3536
DJBTest.cpp
3637
EndianStreamTest.cpp

llvm/unittests/Support/DebugLogTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===- llvm/unittest/Support/DebugLogTest.cpp
2-
//------------------------------===//
1+
//===- llvm/unittest/Support/DebugLogTest.cpp -----------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)