summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-09-22 20:46:44 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-09-22 20:46:44 +0000
commitd92f2e01fcc89fe1bcf383adebea089b3922f36a (patch)
tree7edfa75b25467c7d6ef6f060dc6e224ace6080f0 /tools
parentfdee9546235fcacdd73984e000ca4308ed8cfe1a (diff)
downloadexternal_llvm-d92f2e01fcc89fe1bcf383adebea089b3922f36a.zip
external_llvm-d92f2e01fcc89fe1bcf383adebea089b3922f36a.tar.gz
external_llvm-d92f2e01fcc89fe1bcf383adebea089b3922f36a.tar.bz2
Fix some comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc2/Graph.td4
-rw-r--r--tools/llvmc2/Tools.td14
2 files changed, 4 insertions, 14 deletions
diff --git a/tools/llvmc2/Graph.td b/tools/llvmc2/Graph.td
index fb48ffb..b09d8ce 100644
--- a/tools/llvmc2/Graph.td
+++ b/tools/llvmc2/Graph.td
@@ -1,4 +1,4 @@
-//===- Graph.td - LLVMCC toolchain descriptions ------------*- tablegen -*-===//
+//===- Graph.td - LLVMC2 toolchain descriptions ------------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file contains compilation graph description used by llvmcc.
+// This file contains compilation graph description used by llvmc2.
//
//===----------------------------------------------------------------------===//
diff --git a/tools/llvmc2/Tools.td b/tools/llvmc2/Tools.td
index 4c04f3c..1a466a2 100644
--- a/tools/llvmc2/Tools.td
+++ b/tools/llvmc2/Tools.td
@@ -1,4 +1,4 @@
-//===- Tools.td - Tools description for the LLVMCC --------*- tablegen -*-===//
+//===- Tools.td - Tools description for LLVMC2 -------------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,20 +7,10 @@
//
//===----------------------------------------------------------------------===//
//
-// This file contains descriptions of the various build tools run by llvmcc.
+// This file contains descriptions of the various build tools run by llvmc2.
//
//===----------------------------------------------------------------------===//
-// TOTHINK: Open issue: should we use DAG lists in Tool specifications
-// or change to something like
-
-// def LLVMGccC : < Tool<
-// [ InLanguage<"c">,
-// PrefixListOption<"Wl", [UnpackValues, PropertyName<Arg>, ...]>
-// ...] ?
-
-// DAG lists look more aesthetically pleasing to me.
-
def llvm_gcc_c : Tool<
[(in_language "c"),
(out_language "llvm-bitcode"),