wallace created this revision. wallace added reviewers: labath, clayborg. Herald added a project: LLDB. Herald added a subscriber: lldb-commits.
@labath mentioned to me that test files shouldn't have a license header. I saw this one some days ago, so I'm doing some cleaning. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D77328 Files: lldb/tools/intel-features/intel-mpx/test/main.cpp Index: lldb/tools/intel-features/intel-mpx/test/main.cpp =================================================================== --- lldb/tools/intel-features/intel-mpx/test/main.cpp +++ lldb/tools/intel-features/intel-mpx/test/main.cpp @@ -1,12 +1,3 @@ -//===-- main.cpp ------------------------------------------------*- C++ -*-===// -//// -//// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -//// See https://llvm.org/LICENSE.txt for license information. -//// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -//// -////===----------------------------------------------------------------------===// -// - const int size = 5; #include <cstddef>
Index: lldb/tools/intel-features/intel-mpx/test/main.cpp =================================================================== --- lldb/tools/intel-features/intel-mpx/test/main.cpp +++ lldb/tools/intel-features/intel-mpx/test/main.cpp @@ -1,12 +1,3 @@ -//===-- main.cpp ------------------------------------------------*- C++ -*-===// -//// -//// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -//// See https://llvm.org/LICENSE.txt for license information. -//// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -//// -////===----------------------------------------------------------------------===// -// - const int size = 5; #include <cstddef>
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits