Skip to content
Snippets Groups Projects
Commit 95989364 authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Minor changes to hpvm-config.cpp

parent 36461aa9
No related branches found
No related tags found
No related merge requests found
//===-- llvm-config.cpp - LLVM project configuration utility --------------===//
//===-- hpvm-config.cpp - HPVM project configuration utility --------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
......@@ -6,14 +6,10 @@
//
//===----------------------------------------------------------------------===//
//
// This tool encapsulates information about an LLVM project configuration for
// This tool encapsulates information about an HPVM project configuration for
// use by other project's build environments (to determine installed path,
// available features, required libraries, etc.).
//
// Note that although this tool *may* be used by some parts of LLVM's build
// itself (i.e., the Makefiles use it to compute required libraries when linking
// tools), this tool is primarily designed to support external projects.
//
//===----------------------------------------------------------------------===//
#include "llvm/Config/llvm-config.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment