diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2007-03-05 00:00:42 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2007-03-05 00:00:42 +0000 |
commit | ca5183d445954a9b2a570d6bbba1bc2b00ad6442 (patch) | |
tree | 2fe70b0a35fe2569c8d6434e9769bc6e8bd58204 /win32/TableGen | |
parent | f298fd0428e3e26fda13d24bb7295c416a9b8452 (diff) | |
download | external_llvm-ca5183d445954a9b2a570d6bbba1bc2b00ad6442.zip external_llvm-ca5183d445954a9b2a570d6bbba1bc2b00ad6442.tar.gz external_llvm-ca5183d445954a9b2a570d6bbba1bc2b00ad6442.tar.bz2 |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/TableGen')
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index e0a02b7..407da44 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -129,6 +129,9 @@ RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp"> </File> <File + RelativePath="..\..\utils\TableGen\CallingConvEmitter.cpp"> + </File> + <File RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp"> </File> <File @@ -209,6 +212,9 @@ RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h"> </File> <File + RelativePath="..\..\utils\TableGen\CallingConvEmitter.h"> + </File> + <File RelativePath="..\..\utils\TableGen\CodeEmitterGen.h"> </File> <File |