This change does a couple of things. First it gets the Visual Studio builds working.
[oota-llvm.git] / win32 / CodeGen / CodeGen.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="CodeGen"
6         ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
7         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13                 <Platform
14                         Name="x64"
15                 />
16         </Platforms>
17         <ToolFiles>
18         </ToolFiles>
19         <Configurations>
20                 <Configuration
21                         Name="Debug|Win32"
22                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
23                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
24                         ConfigurationType="4"
25                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26                         CharacterSet="2"
27                         >
28                         <Tool
29                                 Name="VCPreBuildEventTool"
30                         />
31                         <Tool
32                                 Name="VCCustomBuildTool"
33                         />
34                         <Tool
35                                 Name="VCXMLDataGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCWebServiceProxyGeneratorTool"
39                         />
40                         <Tool
41                                 Name="VCMIDLTool"
42                         />
43                         <Tool
44                                 Name="VCCLCompilerTool"
45                                 Optimization="0"
46                                 AdditionalIncludeDirectories="..\..\include;.."
47                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
48                                 StringPooling="true"
49                                 MinimalRebuild="true"
50                                 BasicRuntimeChecks="3"
51                                 RuntimeLibrary="3"
52                                 ForceConformanceInForLoopScope="true"
53                                 RuntimeTypeInfo="true"
54                                 UsePrecompiledHeader="0"
55                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
56                                 BrowseInformation="1"
57                                 WarningLevel="3"
58                                 Detect64BitPortabilityProblems="false"
59                                 DebugInformationFormat="3"
60                                 DisableSpecificWarnings="4355,4146,4800"
61                         />
62                         <Tool
63                                 Name="VCManagedResourceCompilerTool"
64                         />
65                         <Tool
66                                 Name="VCResourceCompilerTool"
67                         />
68                         <Tool
69                                 Name="VCPreLinkEventTool"
70                         />
71                         <Tool
72                                 Name="VCLibrarianTool"
73                                 OutputFile="$(OutDir)/CodeGen.lib"
74                         />
75                         <Tool
76                                 Name="VCALinkTool"
77                         />
78                         <Tool
79                                 Name="VCXDCMakeTool"
80                         />
81                         <Tool
82                                 Name="VCBscMakeTool"
83                         />
84                         <Tool
85                                 Name="VCFxCopTool"
86                         />
87                         <Tool
88                                 Name="VCPostBuildEventTool"
89                         />
90                 </Configuration>
91                 <Configuration
92                         Name="Release|Win32"
93                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
94                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
95                         ConfigurationType="4"
96                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
97                         CharacterSet="2"
98                         >
99                         <Tool
100                                 Name="VCPreBuildEventTool"
101                         />
102                         <Tool
103                                 Name="VCCustomBuildTool"
104                         />
105                         <Tool
106                                 Name="VCXMLDataGeneratorTool"
107                         />
108                         <Tool
109                                 Name="VCWebServiceProxyGeneratorTool"
110                         />
111                         <Tool
112                                 Name="VCMIDLTool"
113                         />
114                         <Tool
115                                 Name="VCCLCompilerTool"
116                                 AdditionalIncludeDirectories="..\..\include;.."
117                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
118                                 StringPooling="true"
119                                 RuntimeLibrary="2"
120                                 ForceConformanceInForLoopScope="true"
121                                 RuntimeTypeInfo="true"
122                                 UsePrecompiledHeader="0"
123                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
124                                 WarningLevel="3"
125                                 Detect64BitPortabilityProblems="false"
126                                 DebugInformationFormat="3"
127                                 DisableSpecificWarnings="4355,4146,4800"
128                         />
129                         <Tool
130                                 Name="VCManagedResourceCompilerTool"
131                         />
132                         <Tool
133                                 Name="VCResourceCompilerTool"
134                         />
135                         <Tool
136                                 Name="VCPreLinkEventTool"
137                         />
138                         <Tool
139                                 Name="VCLibrarianTool"
140                                 OutputFile="$(OutDir)/CodeGen.lib"
141                         />
142                         <Tool
143                                 Name="VCALinkTool"
144                         />
145                         <Tool
146                                 Name="VCXDCMakeTool"
147                         />
148                         <Tool
149                                 Name="VCBscMakeTool"
150                         />
151                         <Tool
152                                 Name="VCFxCopTool"
153                         />
154                         <Tool
155                                 Name="VCPostBuildEventTool"
156                         />
157                 </Configuration>
158                 <Configuration
159                         Name="Debug|x64"
160                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
161                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
162                         ConfigurationType="4"
163                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
164                         CharacterSet="2"
165                         >
166                         <Tool
167                                 Name="VCPreBuildEventTool"
168                         />
169                         <Tool
170                                 Name="VCCustomBuildTool"
171                         />
172                         <Tool
173                                 Name="VCXMLDataGeneratorTool"
174                         />
175                         <Tool
176                                 Name="VCWebServiceProxyGeneratorTool"
177                         />
178                         <Tool
179                                 Name="VCMIDLTool"
180                                 TargetEnvironment="3"
181                         />
182                         <Tool
183                                 Name="VCCLCompilerTool"
184                                 Optimization="0"
185                                 AdditionalIncludeDirectories="..\..\include;.."
186                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
187                                 StringPooling="true"
188                                 MinimalRebuild="true"
189                                 BasicRuntimeChecks="3"
190                                 RuntimeLibrary="3"
191                                 ForceConformanceInForLoopScope="true"
192                                 RuntimeTypeInfo="true"
193                                 UsePrecompiledHeader="0"
194                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
195                                 BrowseInformation="1"
196                                 WarningLevel="3"
197                                 Detect64BitPortabilityProblems="false"
198                                 DebugInformationFormat="3"
199                                 DisableSpecificWarnings="4355,4146,4800"
200                         />
201                         <Tool
202                                 Name="VCManagedResourceCompilerTool"
203                         />
204                         <Tool
205                                 Name="VCResourceCompilerTool"
206                         />
207                         <Tool
208                                 Name="VCPreLinkEventTool"
209                         />
210                         <Tool
211                                 Name="VCLibrarianTool"
212                                 OutputFile="$(OutDir)/CodeGen.lib"
213                         />
214                         <Tool
215                                 Name="VCALinkTool"
216                         />
217                         <Tool
218                                 Name="VCXDCMakeTool"
219                         />
220                         <Tool
221                                 Name="VCBscMakeTool"
222                         />
223                         <Tool
224                                 Name="VCFxCopTool"
225                         />
226                         <Tool
227                                 Name="VCPostBuildEventTool"
228                         />
229                 </Configuration>
230                 <Configuration
231                         Name="Release|x64"
232                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
233                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
234                         ConfigurationType="4"
235                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
236                         CharacterSet="2"
237                         >
238                         <Tool
239                                 Name="VCPreBuildEventTool"
240                         />
241                         <Tool
242                                 Name="VCCustomBuildTool"
243                         />
244                         <Tool
245                                 Name="VCXMLDataGeneratorTool"
246                         />
247                         <Tool
248                                 Name="VCWebServiceProxyGeneratorTool"
249                         />
250                         <Tool
251                                 Name="VCMIDLTool"
252                                 TargetEnvironment="3"
253                         />
254                         <Tool
255                                 Name="VCCLCompilerTool"
256                                 AdditionalIncludeDirectories="..\..\include;.."
257                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
258                                 StringPooling="true"
259                                 RuntimeLibrary="2"
260                                 ForceConformanceInForLoopScope="true"
261                                 RuntimeTypeInfo="true"
262                                 UsePrecompiledHeader="0"
263                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
264                                 WarningLevel="3"
265                                 Detect64BitPortabilityProblems="false"
266                                 DebugInformationFormat="3"
267                                 DisableSpecificWarnings="4355,4146,4800"
268                         />
269                         <Tool
270                                 Name="VCManagedResourceCompilerTool"
271                         />
272                         <Tool
273                                 Name="VCResourceCompilerTool"
274                         />
275                         <Tool
276                                 Name="VCPreLinkEventTool"
277                         />
278                         <Tool
279                                 Name="VCLibrarianTool"
280                                 OutputFile="$(OutDir)/CodeGen.lib"
281                         />
282                         <Tool
283                                 Name="VCALinkTool"
284                         />
285                         <Tool
286                                 Name="VCXDCMakeTool"
287                         />
288                         <Tool
289                                 Name="VCBscMakeTool"
290                         />
291                         <Tool
292                                 Name="VCFxCopTool"
293                         />
294                         <Tool
295                                 Name="VCPostBuildEventTool"
296                         />
297                 </Configuration>
298         </Configurations>
299         <References>
300         </References>
301         <Files>
302                 <Filter
303                         Name="Source Files"
304                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
305                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
306                         >
307                         <File
308                                 RelativePath="..\..\lib\CodeGen\AsmPrinter.cpp"
309                                 >
310                         </File>
311                         <File
312                                 RelativePath="..\..\lib\CodeGen\BranchFolding.cpp"
313                                 >
314                         </File>
315                         <File
316                                 RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp"
317                                 >
318                         </File>
319                         <File
320                                 RelativePath="..\..\lib\CodeGen\Collectors.cpp"
321                                 >
322                         </File>
323                         <File
324                                 RelativePath="..\..\lib\CodeGen\DwarfWriter.cpp"
325                                 >
326                         </File>
327                         <File
328                                 RelativePath="..\..\lib\CodeGen\ELFWriter.cpp"
329                                 >
330                         </File>
331                         <File
332                                 RelativePath="..\..\lib\CodeGen\ELFWriter.h"
333                                 >
334                         </File>
335                         <File
336                                 RelativePath="..\..\lib\CodeGen\IfConversion.cpp"
337                                 >
338                         </File>
339                         <File
340                                 RelativePath="..\..\lib\CodeGen\IntrinsicLowering.cpp"
341                                 >
342                         </File>
343                         <File
344                                 RelativePath="..\..\lib\CodeGen\LiveInterval.cpp"
345                                 >
346                         </File>
347                         <File
348                                 RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp"
349                                 >
350                         </File>
351                         <File
352                                 RelativePath="..\..\lib\CodeGen\LiveVariables.cpp"
353                                 >
354                         </File>
355                         <File
356                                 RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp"
357                                 >
358                         </File>
359                         <File
360                                 RelativePath="..\..\lib\CodeGen\LowerSubregs.cpp"
361                                 >
362                         </File>
363                         <File
364                                 RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp"
365                                 >
366                         </File>
367                         <File
368                                 RelativePath="..\..\lib\CodeGen\MachineDominators.cpp"
369                                 >
370                         </File>
371                         <File
372                                 RelativePath="..\..\lib\CodeGen\MachineFunction.cpp"
373                                 >
374                         </File>
375                         <File
376                                 RelativePath="..\..\lib\CodeGen\MachineInstr.cpp"
377                                 >
378                         </File>
379                         <File
380                                 RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp"
381                                 >
382                         </File>
383                         <File
384                                 RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp"
385                                 >
386                         </File>
387                         <File
388                                 RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
389                                 >
390                         </File>
391                         <File
392                                 RelativePath="..\..\lib\CodeGen\MachOWriter.h"
393                                 >
394                         </File>
395                         <File
396                                 RelativePath="..\..\lib\CodeGen\Passes.cpp"
397                                 >
398                         </File>
399                         <File
400                                 RelativePath="..\..\lib\CodeGen\PHIElimination.cpp"
401                                 >
402                         </File>
403                         <File
404                                 RelativePath="..\..\lib\CodeGen\PostRASchedulerList.cpp"
405                                 >
406                         </File>
407                         <File
408                                 RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp"
409                                 >
410                         </File>
411                         <File
412                                 RelativePath="..\..\lib\CodeGen\RegAllocBigBlock.cpp"
413                                 >
414                         </File>
415                         <File
416                                 RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp"
417                                 >
418                         </File>
419                         <File
420                                 RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp"
421                                 >
422                         </File>
423                         <File
424                                 RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp"
425                                 >
426                         </File>
427                         <File
428                                 RelativePath="..\..\lib\CodeGen\RegisterCoalescer.cpp"
429                                 >
430                         </File>
431                         <File
432                                 RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp"
433                                 >
434                         </File>
435                         <File
436                                 RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.cpp"
437                                 >
438                         </File>
439                         <File
440                                 RelativePath="..\..\lib\CodeGen\StrongPHIElimination.cpp"
441                                 >
442                         </File>
443                         <File
444                                 RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp"
445                                 >
446                         </File>
447                         <File
448                                 RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp"
449                                 >
450                         </File>
451                         <File
452                                 RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp"
453                                 >
454                         </File>
455                         <Filter
456                                 Name="SelectionDAG"
457                                 >
458                                 <File
459                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\CallingConvLower.cpp"
460                                         >
461                                 </File>
462                                 <File
463                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp"
464                                         >
465                                 </File>
466                                 <File
467                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp"
468                                         >
469                                 </File>
470                                 <File
471                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp"
472                                         >
473                                 </File>
474                                 <File
475                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp"
476                                         >
477                                 </File>
478                                 <File
479                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp"
480                                         >
481                                 </File>
482                                 <File
483                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp"
484                                         >
485                                 </File>
486                                 <File
487                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp"
488                                         >
489                                 </File>
490                                 <File
491                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp"
492                                         >
493                                 </File>
494                                 <File
495                                         RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp"
496                                         >
497                                 </File>
498                         </Filter>
499                 </Filter>
500                 <Filter
501                         Name="Header Files"
502                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
503                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
504                         >
505                         <File
506                                 RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h"
507                                 >
508                         </File>
509                         <File
510                                 RelativePath="..\..\include\llvm\CodeGen\BreakCriticalMachineEdge.h"
511                                 >
512                         </File>
513                         <File
514                                 RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h"
515                                 >
516                         </File>
517                         <File
518                                 RelativePath="..\..\include\llvm\CodeGen\Collector.h"
519                                 >
520                         </File>
521                         <File
522                                 RelativePath="..\..\include\llvm\CodeGen\CollectorMetadata.h"
523                                 >
524                         </File>
525                         <File
526                                 RelativePath="..\..\include\llvm\CodeGen\Collectors.h"
527                                 >
528                         </File>
529                         <File
530                                 RelativePath="..\..\include\llvm\CodeGen\DwarfWriter.h"
531                                 >
532                         </File>
533                         <File
534                                 RelativePath="..\..\include\llvm\CodeGen\FileWriters.h"
535                                 >
536                         </File>
537                         <File
538                                 RelativePath="..\..\include\llvm\CodeGen\InstrScheduling.h"
539                                 >
540                         </File>
541                         <File
542                                 RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h"
543                                 >
544                         </File>
545                         <File
546                                 RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h"
547                                 >
548                         </File>
549                         <File
550                                 RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h"
551                                 >
552                         </File>
553                         <File
554                                 RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h"
555                                 >
556                         </File>
557                         <File
558                                 RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h"
559                                 >
560                         </File>
561                         <File
562                                 RelativePath="..\..\include\llvm\CodeGen\MachineBasicBlock.h"
563                                 >
564                         </File>
565                         <File
566                                 RelativePath="..\..\include\llvm\CodeGen\MachineCodeEmitter.h"
567                                 >
568                         </File>
569                         <File
570                                 RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h"
571                                 >
572                         </File>
573                         <File
574                                 RelativePath="..\..\include\llvm\CodeGen\MachineDominators.h"
575                                 >
576                         </File>
577                         <File
578                                 RelativePath="..\..\include\llvm\CodeGen\MachineFrameInfo.h"
579                                 >
580                         </File>
581                         <File
582                                 RelativePath="..\..\include\llvm\CodeGen\MachineFunction.h"
583                                 >
584                         </File>
585                         <File
586                                 RelativePath="..\..\include\llvm\CodeGen\MachineFunctionPass.h"
587                                 >
588                         </File>
589                         <File
590                                 RelativePath="..\..\include\llvm\CodeGen\MachineInstr.h"
591                                 >
592                         </File>
593                         <File
594                                 RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h"
595                                 >
596                         </File>
597                         <File
598                                 RelativePath="..\..\include\llvm\CodeGen\MachineJumpTableInfo.h"
599                                 >
600                         </File>
601                         <File
602                                 RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h"
603                                 >
604                         </File>
605                         <File
606                                 RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h"
607                                 >
608                         </File>
609                         <File
610                                 RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h"
611                                 >
612                         </File>
613                         <File
614                                 RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h"
615                                 >
616                         </File>
617                         <File
618                                 RelativePath="..\..\include\llvm\CodeGen\MachORelocation.h"
619                                 >
620                         </File>
621                         <File
622                                 RelativePath="..\..\include\llvm\CodeGen\Passes.h"
623                                 >
624                         </File>
625                         <File
626                                 RelativePath="..\..\lib\CodeGen\PhysRegTracker.h"
627                                 >
628                         </File>
629                         <File
630                                 RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h"
631                                 >
632                         </File>
633                         <File
634                                 RelativePath="..\..\include\llvm\CodeGen\RegisterCoalescer.h"
635                                 >
636                         </File>
637                         <File
638                                 RelativePath="..\..\include\llvm\CodeGen\RegisterScavenging.h"
639                                 >
640                         </File>
641                         <File
642                                 RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h"
643                                 >
644                         </File>
645                         <File
646                                 RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h"
647                                 >
648                         </File>
649                         <File
650                                 RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h"
651                                 >
652                         </File>
653                         <File
654                                 RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h"
655                                 >
656                         </File>
657                         <File
658                                 RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h"
659                                 >
660                         </File>
661                         <File
662                                 RelativePath="..\..\include\llvm\CodeGen\SelectionDAGISel.h"
663                                 >
664                         </File>
665                         <File
666                                 RelativePath="..\..\include\llvm\CodeGen\SelectionDAGNodes.h"
667                                 >
668                         </File>
669                         <File
670                                 RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.h"
671                                 >
672                         </File>
673                         <File
674                                 RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h"
675                                 >
676                         </File>
677                         <File
678                                 RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h"
679                                 >
680                         </File>
681                         <File
682                                 RelativePath="..\..\lib\CodeGen\VirtRegMap.h"
683                                 >
684                         </File>
685                 </Filter>
686         </Files>
687         <Globals>
688         </Globals>
689 </VisualStudioProject>