commit | 20e4de7b3d973dc31e2b68272502df1911b5d595 | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Fri Oct 03 09:09:34 2008 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Fri Oct 03 09:09:34 2008 +0000 |
tree | 6232054d16bcd5f43cd5e07c1b777fb9ad45e05b | |
parent | 1a37bd7c7e7abbd99f4d33a0788e4b20aa67ac0f [diff] |
Fix build breakage (again) when srcdir != objdir, other small fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56998 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvmc2/examples/Simple.td b/tools/llvmc2/examples/Simple.td index 88d4f0e..4885301 100644 --- a/tools/llvmc2/examples/Simple.td +++ b/tools/llvmc2/examples/Simple.td
@@ -1,6 +1,6 @@ // A simple wrapper for gcc. // To compile, use this command: -// make TOOLNAME=llvmc_simple GRAPH=examples/Simple.td +// TOFIX include "Common.td"