[llvm-commits] [llvm] r56460 - in /llvm/trunk/tools/llvmc2: Graph.td Tools.td
Mikhail Glushenkov
foldr at codedgers.com
Mon Sep 22 13:46:45 PDT 2008
Author: foldr
Date: Mon Sep 22 15:46:44 2008
New Revision: 56460
URL: http://llvm.org/viewvc/llvm-project?rev=56460&view=rev
Log:
Fix some comments
Modified:
llvm/trunk/tools/llvmc2/Graph.td
llvm/trunk/tools/llvmc2/Tools.td
Modified: llvm/trunk/tools/llvmc2/Graph.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc2/Graph.td?rev=56460&r1=56459&r2=56460&view=diff
==============================================================================
--- llvm/trunk/tools/llvmc2/Graph.td (original)
+++ llvm/trunk/tools/llvmc2/Graph.td Mon Sep 22 15:46:44 2008
@@ -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.
//
//===----------------------------------------------------------------------===//
Modified: llvm/trunk/tools/llvmc2/Tools.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc2/Tools.td?rev=56460&r1=56459&r2=56460&view=diff
==============================================================================
--- llvm/trunk/tools/llvmc2/Tools.td (original)
+++ llvm/trunk/tools/llvmc2/Tools.td Mon Sep 22 15:46:44 2008
@@ -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"),
More information about the llvm-commits
mailing list