summaryrefslogtreecommitdiff
path: root/win32/llc/llc.vcproj
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2004-12-23 06:45:32 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2004-12-23 06:45:32 +0000
commitc204e79cdfb4ef0f83d2352a05c77f0b310346c0 (patch)
tree8ed20bd41e17f383f2b277d552e7061759cf9fb1 /win32/llc/llc.vcproj
parent95ed843adc3912f6ee6755496d3da433ef43f215 (diff)
downloadllvm-c204e79cdfb4ef0f83d2352a05c77f0b310346c0.tar.gz
llvm-c204e79cdfb4ef0f83d2352a05c77f0b310346c0.tar.bz2
llvm-c204e79cdfb4ef0f83d2352a05c77f0b310346c0.tar.xz
Allow llc to recognize -march=x86. As it was, it didn't recognize any
architecture at all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19114 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/llc/llc.vcproj')
-rw-r--r--win32/llc/llc.vcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj
index 1679304c23..58a1cc2a58 100644
--- a/win32/llc/llc.vcproj
+++ b/win32/llc/llc.vcproj
@@ -38,6 +38,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)/llc.exe"
LinkIncremental="2"
+ ForceSymbolReferences="_X86TargetMachineModule"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/llc.pdb"
SubSystem="1"
@@ -88,6 +89,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)/llc.exe"
LinkIncremental="1"
+ ForceSymbolReferences="_X86TargetMachineModule"
GenerateDebugInformation="TRUE"
SubSystem="1"
OptimizeReferences="2"