mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
12 lines
388 B
C++
12 lines
388 B
C++
//===-- CommandAlias.cpp ------------------------------------------*- C++ -*-===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#include "lldb/Interpreter/CommandAlias.h"
|
|
|