diff options
| author | Chuck Rose III <cfr@adobe.com> | 2008-04-03 20:28:40 +0000 |
|---|---|---|
| committer | Chuck Rose III <cfr@adobe.com> | 2008-04-03 20:28:40 +0000 |
| commit | 30d27e4e0322a58ebd0835e949505f24df1bd782 (patch) | |
| tree | 3a3605bb34f98cb7e6c19253131f71489ceb9f18 /llvm/win32/x86 | |
| parent | 0dcd309044c22d4efbb9f40445226981c7713be9 (diff) | |
| download | bcm5719-llvm-30d27e4e0322a58ebd0835e949505f24df1bd782.tar.gz bcm5719-llvm-30d27e4e0322a58ebd0835e949505f24df1bd782.zip | |
Removed a deleted file from the VStudio System project. Also added custom build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only.
llvm-svn: 49188
Diffstat (limited to 'llvm/win32/x86')
| -rw-r--r-- | llvm/win32/x86/x86.vcproj | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/llvm/win32/x86/x86.vcproj b/llvm/win32/x86/x86.vcproj index 1d894f93500..b47d5594334 100644 --- a/llvm/win32/x86/x86.vcproj +++ b/llvm/win32/x86/x86.vcproj @@ -370,6 +370,28 @@ > </File> <File + RelativePath="..\..\lib\Target\X86\X86CompilationCallback_Win64.asm" + > + <FileConfiguration + Name="Debug|x64" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="ml64.exe /c /nologo /Fo "$(IntDir)X86CompilationCallback_Win64.obj" /Zi $(InputPath)" + Outputs=""$(IntDir)X86CompilationCallback_Win64.obj"" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|x64" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="ml64.exe /c /nologo /Fo "$(IntDir)X86CompilationCallback_Win64.obj" /Zi $(InputPath)" + Outputs=""$(IntDir)X86CompilationCallback_Win64.obj"" + /> + </FileConfiguration> + </File> + <File RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.cpp" > </File> |

