summaryrefslogtreecommitdiffstats
path: root/llvm/win32/lli
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-02 04:23:12 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-02 04:23:12 +0000
commit2cf40e142c91f1a97066566cb8b1b75a175ed6f1 (patch)
tree8788ab1f1dc3742fa0eae1bc1a04aa30a84c5a9d /llvm/win32/lli
parent733aac12704084253fb7ef221d6462805a317aac (diff)
downloadbcm5719-llvm-2cf40e142c91f1a97066566cb8b1b75a175ed6f1.tar.gz
bcm5719-llvm-2cf40e142c91f1a97066566cb8b1b75a175ed6f1.zip
Eliminate the use of the global variable hack in the X86 target that was used
to get Visual Studio to link in X86.lib to the executables that need it. There is another way of doing it. llvm-svn: 19252
Diffstat (limited to 'llvm/win32/lli')
-rw-r--r--llvm/win32/lli/lli.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/win32/lli/lli.vcproj b/llvm/win32/lli/lli.vcproj
index 0f3127f91ff..0aae82f72b9 100644
--- a/llvm/win32/lli/lli.vcproj
+++ b/llvm/win32/lli/lli.vcproj
@@ -36,9 +36,9 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
OutputFile="$(OutDir)/lli.exe"
LinkIncremental="2"
- ForceSymbolReferences="_X86TargetMachineModule"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/lli.pdb"
SubSystem="1"
@@ -87,9 +87,9 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
OutputFile="$(OutDir)/lli.exe"
LinkIncremental="1"
- ForceSymbolReferences="_X86TargetMachineModule"
GenerateDebugInformation="TRUE"
SubSystem="1"
OptimizeReferences="2"
OpenPOWER on IntegriCloud