From 95989364a2557101474b7495a65930f62feee371 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Fri, 31 Jan 2020 16:08:18 -0600
Subject: [PATCH] Minor changes to hpvm-config.cpp

---
 hpvm/tools/hpvm-config/hpvm-config.cpp | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/hpvm/tools/hpvm-config/hpvm-config.cpp b/hpvm/tools/hpvm-config/hpvm-config.cpp
index e781878cc3..88f7a0ae9b 100644
--- a/hpvm/tools/hpvm-config/hpvm-config.cpp
+++ b/hpvm/tools/hpvm-config/hpvm-config.cpp
@@ -1,4 +1,4 @@
-//===-- 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"
-- 
GitLab