Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
llvm
hpvm-release
Commits
95989364
Commit
95989364
authored
Jan 31, 2020
by
Akash Kothari
💬
Browse files
Minor changes to hpvm-config.cpp
parent
36461aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
hpvm/tools/hpvm-config/hpvm-config.cpp
View file @
95989364
//===--
ll
vm-config.cpp -
LL
VM project configuration utility --------------===//
//===--
hp
vm-config.cpp -
HP
VM 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
LL
VM project configuration for
// This tool encapsulates information about an
HP
VM 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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment