diff options
Diffstat (limited to 'llvm/unittests/XRay')
-rw-r--r-- | llvm/unittests/XRay/FDRBlockIndexerTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/XRay/FDRBlockVerifierTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/XRay/FDRProducerConsumerTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/XRay/FDRRecordPrinterTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/XRay/FDRRecordsTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/XRay/FDRTraceWriterTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/XRay/GraphTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/XRay/ProfileTest.cpp | 7 |
8 files changed, 24 insertions, 32 deletions
diff --git a/llvm/unittests/XRay/FDRBlockIndexerTest.cpp b/llvm/unittests/XRay/FDRBlockIndexerTest.cpp index 558840b111a..f2fab2f2ba1 100644 --- a/llvm/unittests/XRay/FDRBlockIndexerTest.cpp +++ b/llvm/unittests/XRay/FDRBlockIndexerTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRTraceWriterTest.cpp ----------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// #include "llvm/XRay/BlockIndexer.h" diff --git a/llvm/unittests/XRay/FDRBlockVerifierTest.cpp b/llvm/unittests/XRay/FDRBlockVerifierTest.cpp index a6e0a8cd388..5af27450291 100644 --- a/llvm/unittests/XRay/FDRBlockVerifierTest.cpp +++ b/llvm/unittests/XRay/FDRBlockVerifierTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRBlockVerifierTest.cpp --------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// #include "llvm/Testing/Support/Error.h" diff --git a/llvm/unittests/XRay/FDRProducerConsumerTest.cpp b/llvm/unittests/XRay/FDRProducerConsumerTest.cpp index 03fabdf2372..bbc15be0302 100644 --- a/llvm/unittests/XRay/FDRProducerConsumerTest.cpp +++ b/llvm/unittests/XRay/FDRProducerConsumerTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRProducerConsumerTest.cpp -----------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// // diff --git a/llvm/unittests/XRay/FDRRecordPrinterTest.cpp b/llvm/unittests/XRay/FDRRecordPrinterTest.cpp index a0ec3f22bf5..39c1e866f04 100644 --- a/llvm/unittests/XRay/FDRRecordPrinterTest.cpp +++ b/llvm/unittests/XRay/FDRRecordPrinterTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRRecordPrinterTest.cpp --------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// #include "llvm/Support/raw_ostream.h" diff --git a/llvm/unittests/XRay/FDRRecordsTest.cpp b/llvm/unittests/XRay/FDRRecordsTest.cpp index 86b478a5a45..aac3c86e49e 100644 --- a/llvm/unittests/XRay/FDRRecordsTest.cpp +++ b/llvm/unittests/XRay/FDRRecordsTest.cpp @@ -1,9 +1,8 @@ //===- FDRRecords.cpp - Unit Tests for XRay FDR Record Loading ------------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// #include "gmock/gmock.h" diff --git a/llvm/unittests/XRay/FDRTraceWriterTest.cpp b/llvm/unittests/XRay/FDRTraceWriterTest.cpp index e78b71d6ff7..4f2f06e468c 100644 --- a/llvm/unittests/XRay/FDRTraceWriterTest.cpp +++ b/llvm/unittests/XRay/FDRTraceWriterTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/FDRTraceWriterTest.cpp ----------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// // diff --git a/llvm/unittests/XRay/GraphTest.cpp b/llvm/unittests/XRay/GraphTest.cpp index b17858f0c1c..3c82d53492e 100644 --- a/llvm/unittests/XRay/GraphTest.cpp +++ b/llvm/unittests/XRay/GraphTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/XRay/GraphTest.cpp - XRay Graph unit tests -*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// diff --git a/llvm/unittests/XRay/ProfileTest.cpp b/llvm/unittests/XRay/ProfileTest.cpp index 8486b7b27e8..7eb848f1116 100644 --- a/llvm/unittests/XRay/ProfileTest.cpp +++ b/llvm/unittests/XRay/ProfileTest.cpp @@ -1,9 +1,8 @@ //===- ProfileTest.cpp - XRay Profile unit tests ----------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// #include "llvm/XRay/Profile.h" |