diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-28 04:01:27 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-28 04:01:27 +0000 |
commit | 5659b4131149ec37e6f37271debc610c716bb9f2 (patch) | |
tree | 4e74b6e814d6556dbb2a3be2a7ea0a0bd0223938 /win32/VMCore | |
parent | 9bade4de9d05358164e23f06b5c9896f78300005 (diff) | |
download | external_llvm-5659b4131149ec37e6f37271debc610c716bb9f2.zip external_llvm-5659b4131149ec37e6f37271debc610c716bb9f2.tar.gz external_llvm-5659b4131149ec37e6f37271debc610c716bb9f2.tar.bz2 |
Keep Visual Studio informed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27214 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/VMCore')
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 4cfd443..e7d57b7 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -157,7 +157,7 @@ Description="Performing TableGen Step" CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen " - AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe" + AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe $(InputDir)IntrinsicsX86.td $(InputDir)IntrinsicsPowerPC.td" Outputs="$(SolutionDir)llvm\intrinsics.gen"/> </FileConfiguration> <FileConfiguration @@ -167,11 +167,17 @@ Description="Performing TableGen Step" CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen " - AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe" + AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe $(InputDir)IntrinsicsX86.td $(InputDir)IntrinsicsPowerPC.td" Outputs="$(SolutionDir)llvm\intrinsics.gen"/> </FileConfiguration> </File> <File + RelativePath="..\..\include\llvm\IntrinsicsPowerPC.td"> + </File> + <File + RelativePath="..\..\include\llvm\IntrinsicsX86.td"> + </File> + <File RelativePath="..\..\lib\VMCore\LeakDetector.cpp"> </File> <File |