summaryrefslogtreecommitdiffstats
path: root/llvm/win32/x86
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2008-04-03 20:28:40 +0000
committerChuck Rose III <cfr@adobe.com>2008-04-03 20:28:40 +0000
commit30d27e4e0322a58ebd0835e949505f24df1bd782 (patch)
tree3a3605bb34f98cb7e6c19253131f71489ceb9f18 /llvm/win32/x86
parent0dcd309044c22d4efbb9f40445226981c7713be9 (diff)
downloadbcm5719-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.vcproj22
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 &quot;$(IntDir)X86CompilationCallback_Win64.obj&quot; /Zi $(InputPath)"
+ Outputs="&quot;$(IntDir)X86CompilationCallback_Win64.obj&quot;"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ CommandLine="ml64.exe /c /nologo /Fo &quot;$(IntDir)X86CompilationCallback_Win64.obj&quot; /Zi $(InputPath)"
+ Outputs="&quot;$(IntDir)X86CompilationCallback_Win64.obj&quot;"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.cpp"
>
</File>
OpenPOWER on IntegriCloud