mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
llvm-dwp: Add missing copyright notice to llvm-dwp.cpp
Addressing feedback on IRC by Sean Silva. llvm-svn: 262416
This commit is contained in:
parent
d5755334e5
commit
8ddd12bfcb
@ -1,3 +1,16 @@
|
||||
//===-- llvm-dwp.cpp - Split DWARF merging tool for llvm ------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// A utility for merging DWARF 5 Split DWARF .dwo files into .dwp (DWARF
|
||||
// package files).
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
#include "llvm/ADT/MapVector.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/StringSet.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user