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 | e496f5347e822934e58ea6aaa7294180db886137 (patch) | |
| tree | a310e361cb8d4bf61a6c7afc633977da4e3e1334 /llvm | |
| parent | 9afb95cbb50e25d80a3ccaa2fa1144f0c5ed0637 (diff) | |
| download | bcm5719-llvm-e496f5347e822934e58ea6aaa7294180db886137.tar.gz bcm5719-llvm-e496f5347e822934e58ea6aaa7294180db886137.zip  | |
Keep Visual Studio informed.
llvm-svn: 27214
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/win32/VMCore/VMCore.vcproj | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/llvm/win32/VMCore/VMCore.vcproj b/llvm/win32/VMCore/VMCore.vcproj index 4cfd4436737..e7d57b7e2a0 100644 --- a/llvm/win32/VMCore/VMCore.vcproj +++ b/llvm/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  | 

