1*66d00febSPaula Toth //===-- Base class for header generation commands -------------------------===//
23e1f3b16SGuillaume Chatelet //
33e1f3b16SGuillaume Chatelet // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
43e1f3b16SGuillaume Chatelet // See https://llvm.org/LICENSE.txt for license information.
53e1f3b16SGuillaume Chatelet // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
63e1f3b16SGuillaume Chatelet //
73e1f3b16SGuillaume Chatelet //===----------------------------------------------------------------------===//
83e1f3b16SGuillaume Chatelet 
93e1f3b16SGuillaume Chatelet #include "Command.h"
103e1f3b16SGuillaume Chatelet 
113e1f3b16SGuillaume Chatelet namespace llvm_libc {
123e1f3b16SGuillaume Chatelet 
~Command()133e1f3b16SGuillaume Chatelet Command::~Command() {}
143e1f3b16SGuillaume Chatelet 
153e1f3b16SGuillaume Chatelet } // namespace llvm_libc
16