Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
2 | <VisualStudioProject | ||||
3 | ProjectType="Visual C++" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 4 | Version="8.00" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 | Name="support" |
6 | ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 7 | Keyword="Win32Proj" |
8 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 9 | <Platforms> |
10 | <Platform | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 11 | Name="Win32" |
12 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 13 | </Platforms> |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 14 | <ToolFiles> |
15 | </ToolFiles> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 16 | <Configurations> |
17 | <Configuration | ||||
18 | Name="Debug|Win32" | ||||
19 | OutputDirectory="..\Debug" | ||||
20 | IntermediateDirectory="Debug" | ||||
21 | ConfigurationType="4" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 22 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 23 | CharacterSet="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 24 | > |
25 | <Tool | ||||
26 | Name="VCPreBuildEventTool" | ||||
27 | /> | ||||
28 | <Tool | ||||
29 | Name="VCCustomBuildTool" | ||||
30 | /> | ||||
31 | <Tool | ||||
32 | Name="VCXMLDataGeneratorTool" | ||||
33 | /> | ||||
34 | <Tool | ||||
35 | Name="VCWebServiceProxyGeneratorTool" | ||||
36 | /> | ||||
37 | <Tool | ||||
38 | Name="VCMIDLTool" | ||||
39 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 40 | <Tool |
41 | Name="VCCLCompilerTool" | ||||
42 | Optimization="0" | ||||
43 | AdditionalIncludeDirectories="..\..\include;.." | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 45 | StringPooling="true" |
46 | MinimalRebuild="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 47 | BasicRuntimeChecks="3" |
48 | RuntimeLibrary="3" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 49 | ForceConformanceInForLoopScope="true" |
50 | RuntimeTypeInfo="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 51 | UsePrecompiledHeader="0" |
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 52 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 53 | BrowseInformation="1" |
54 | WarningLevel="3" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 55 | Detect64BitPortabilityProblems="false" |
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 56 | DebugInformationFormat="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 57 | DisableSpecificWarnings="4355,4146,4800" |
58 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 59 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 60 | Name="VCManagedResourceCompilerTool" |
61 | /> | ||||
62 | <Tool | ||||
63 | Name="VCResourceCompilerTool" | ||||
64 | /> | ||||
65 | <Tool | ||||
66 | Name="VCPreLinkEventTool" | ||||
67 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 68 | <Tool |
69 | Name="VCLibrarianTool" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 70 | OutputFile="$(OutDir)/support.lib" |
71 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 72 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 73 | Name="VCALinkTool" |
74 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 75 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 76 | Name="VCXDCMakeTool" |
77 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 78 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 79 | Name="VCBscMakeTool" |
80 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 81 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 82 | Name="VCFxCopTool" |
83 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 84 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 85 | Name="VCPostBuildEventTool" |
86 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 87 | </Configuration> |
88 | <Configuration | ||||
89 | Name="Release|Win32" | ||||
90 | OutputDirectory="..\Release" | ||||
91 | IntermediateDirectory="Release" | ||||
92 | ConfigurationType="4" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 93 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
94 | CharacterSet="2" | ||||
95 | > | ||||
96 | <Tool | ||||
97 | Name="VCPreBuildEventTool" | ||||
98 | /> | ||||
99 | <Tool | ||||
100 | Name="VCCustomBuildTool" | ||||
101 | /> | ||||
102 | <Tool | ||||
103 | Name="VCXMLDataGeneratorTool" | ||||
104 | /> | ||||
105 | <Tool | ||||
106 | Name="VCWebServiceProxyGeneratorTool" | ||||
107 | /> | ||||
108 | <Tool | ||||
109 | Name="VCMIDLTool" | ||||
110 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 111 | <Tool |
112 | Name="VCCLCompilerTool" | ||||
113 | AdditionalIncludeDirectories="..\..\include;.." | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 114 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 115 | StringPooling="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 116 | RuntimeLibrary="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 117 | ForceConformanceInForLoopScope="true" |
118 | RuntimeTypeInfo="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 119 | UsePrecompiledHeader="0" |
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 120 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 121 | WarningLevel="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 122 | Detect64BitPortabilityProblems="false" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 123 | DebugInformationFormat="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 124 | DisableSpecificWarnings="4355,4146,4800" |
125 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 126 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 127 | Name="VCManagedResourceCompilerTool" |
128 | /> | ||||
129 | <Tool | ||||
130 | Name="VCResourceCompilerTool" | ||||
131 | /> | ||||
132 | <Tool | ||||
133 | Name="VCPreLinkEventTool" | ||||
134 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 135 | <Tool |
136 | Name="VCLibrarianTool" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 137 | OutputFile="$(OutDir)/support.lib" |
138 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 139 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 140 | Name="VCALinkTool" |
141 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 142 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 143 | Name="VCXDCMakeTool" |
144 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 145 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 146 | Name="VCBscMakeTool" |
147 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 148 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 149 | Name="VCFxCopTool" |
150 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 151 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 152 | Name="VCPostBuildEventTool" |
153 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 154 | </Configuration> |
155 | </Configurations> | ||||
156 | <References> | ||||
157 | </References> | ||||
158 | <Files> | ||||
159 | <Filter | ||||
160 | Name="Source Files" | ||||
161 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 162 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
163 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 164 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 165 | RelativePath="..\..\lib\Support\Allocator.cpp" |
166 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 167 | </File> |
168 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 169 | RelativePath="..\..\lib\Support\Annotation.cpp" |
170 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 171 | </File> |
172 | <File | ||||
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 173 | RelativePath="..\..\lib\Support\APFloat.cpp" |
174 | > | ||||
175 | </File> | ||||
176 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 177 | RelativePath="..\..\lib\Support\APInt.cpp" |
178 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 179 | </File> |
180 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 181 | RelativePath="..\..\lib\Support\CommandLine.cpp" |
182 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 183 | </File> |
184 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 185 | RelativePath="..\..\lib\Support\ConstantRange.cpp" |
186 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 187 | </File> |
188 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 189 | RelativePath="..\..\lib\Support\Debug.cpp" |
190 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 191 | </File> |
192 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 193 | RelativePath="..\..\lib\Support\Dwarf.cpp" |
194 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 195 | </File> |
196 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 197 | RelativePath="..\..\lib\Support\FileUtilities.cpp" |
198 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 199 | </File> |
200 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 201 | RelativePath="..\..\lib\Support\FoldingSet.cpp" |
202 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 203 | </File> |
204 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 205 | RelativePath="..\..\lib\Support\GraphWriter.cpp" |
206 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 207 | </File> |
208 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 209 | RelativePath="..\..\lib\Support\IsInf.cpp" |
210 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 211 | </File> |
212 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 213 | RelativePath="..\..\lib\Support\IsNAN.cpp" |
214 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 215 | </File> |
216 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 217 | RelativePath="..\..\lib\Support\ManagedStatic.cpp" |
218 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 219 | </File> |
220 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 221 | RelativePath="..\..\lib\Support\MemoryBuffer.cpp" |
222 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 223 | </File> |
224 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 225 | RelativePath="..\..\lib\Support\PluginLoader.cpp" |
226 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 227 | </File> |
228 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 229 | RelativePath="..\..\lib\Support\SlowOperationInformer.cpp" |
230 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 231 | <FileConfiguration |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 232 | Name="Release|Win32" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 233 | ExcludedFromBuild="true" |
234 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 235 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 236 | Name="VCCLCompilerTool" |
237 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 238 | </FileConfiguration> |
239 | </File> | ||||
240 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 241 | RelativePath="..\..\lib\Support\SmallPtrSet.cpp" |
242 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 243 | </File> |
244 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 245 | RelativePath="..\..\lib\Support\Statistic.cpp" |
246 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 247 | </File> |
248 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 249 | RelativePath="..\..\lib\Support\Streams.cpp" |
250 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 251 | </File> |
252 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 253 | RelativePath="..\..\lib\Support\StringExtras.cpp" |
254 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 255 | </File> |
256 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 257 | RelativePath="..\..\lib\Support\StringMap.cpp" |
258 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 259 | </File> |
260 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 261 | RelativePath="..\..\lib\Support\SystemUtils.cpp" |
262 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 263 | </File> |
264 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 265 | RelativePath="..\..\lib\Support\Timer.cpp" |
266 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 267 | </File> |
268 | </Filter> | ||||
269 | <Filter | ||||
270 | Name="Header Files" | ||||
271 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 272 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
273 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 274 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 275 | RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h" |
276 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 277 | </File> |
278 | <File | ||||
Hartmut Kaiser | e89e7f8 | 2007-10-18 12:31:51 +0000 | [diff] [blame^] | 279 | RelativePath="..\..\include\llvm\Support\AlignOf.h" |
280 | > | ||||
281 | </File> | ||||
282 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 283 | RelativePath="..\..\include\llvm\Support\Allocator.h" |
284 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 285 | </File> |
286 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 287 | RelativePath="..\..\include\llvm\Support\Annotation.h" |
288 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 289 | </File> |
290 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 291 | RelativePath="..\..\include\llvm\Support\CallSite.h" |
292 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 293 | </File> |
294 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 295 | RelativePath="..\..\include\llvm\Support\Casting.h" |
296 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 297 | </File> |
298 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 299 | RelativePath="..\..\include\llvm\Support\CFG.h" |
300 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 301 | </File> |
302 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 303 | RelativePath="..\..\include\llvm\Support\CHelpers.h" |
304 | > | ||||
305 | </File> | ||||
306 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 307 | RelativePath="..\..\include\llvm\Support\CommandLine.h" |
308 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 309 | </File> |
310 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 311 | RelativePath="..\..\include\llvm\Support\Compiler.h" |
312 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 313 | </File> |
314 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 315 | RelativePath="..\..\include\llvm\Support\ConstantRange.h" |
316 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 317 | </File> |
318 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 319 | RelativePath="..\..\include\llvm\Support\Debug.h" |
320 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 321 | </File> |
322 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 323 | RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h" |
324 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 325 | </File> |
326 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 327 | RelativePath="..\..\include\llvm\Support\Dwarf.h" |
328 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 329 | </File> |
330 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 331 | RelativePath="..\..\include\llvm\Support\ELF.h" |
332 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 333 | </File> |
334 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 335 | RelativePath="..\..\include\llvm\Support\FileUtilities.h" |
336 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 337 | </File> |
338 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 339 | RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h" |
340 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 341 | </File> |
342 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 343 | RelativePath="..\..\include\llvm\Support\GraphWriter.h" |
344 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 345 | </File> |
346 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 347 | RelativePath="..\..\include\llvm\Support\InstIterator.h" |
348 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 349 | </File> |
350 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 351 | RelativePath="..\..\include\llvm\Support\InstVisitor.h" |
352 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 353 | </File> |
354 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 355 | RelativePath="..\..\include\llvm\Support\LeakDetector.h" |
356 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 357 | </File> |
358 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 359 | RelativePath="..\..\include\llvm\Support\Linker.h" |
360 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 361 | </File> |
362 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 363 | RelativePath="..\..\include\llvm\Support\MallocAllocator.h" |
364 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 365 | </File> |
366 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 367 | RelativePath="..\..\include\llvm\Support\ManagedStatic.h" |
368 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 369 | </File> |
370 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 371 | RelativePath="..\..\include\llvm\Support\Mangler.h" |
372 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 373 | </File> |
374 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 375 | RelativePath="..\..\include\llvm\Support\MathExtras.h" |
376 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 377 | </File> |
378 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 379 | RelativePath="..\..\include\llvm\Support\MemoryBuffer.h" |
380 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 381 | </File> |
382 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 383 | RelativePath="..\..\include\llvm\Support\OutputBuffer.h" |
384 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 385 | </File> |
386 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 387 | RelativePath="..\..\include\llvm\Support\PassNameParser.h" |
388 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 389 | </File> |
390 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 391 | RelativePath="..\..\include\llvm\Support\PatternMatch.h" |
392 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 393 | </File> |
394 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 395 | RelativePath="..\..\include\llvm\Support\PluginLoader.h" |
396 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 397 | </File> |
398 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 399 | RelativePath="..\..\include\llvm\Support\Registry.h" |
400 | > | ||||
401 | </File> | ||||
402 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 403 | RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h" |
404 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 405 | </File> |
406 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 407 | RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h" |
408 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 409 | </File> |
410 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 411 | RelativePath="..\..\include\llvm\Support\Streams.h" |
412 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 413 | </File> |
414 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 415 | RelativePath="..\..\include\llvm\Support\SystemUtils.h" |
416 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 417 | </File> |
418 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 419 | RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h" |
420 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 421 | </File> |
422 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 423 | RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h" |
424 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 425 | </File> |
426 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 427 | RelativePath="..\..\include\llvm\Support\Timer.h" |
428 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 429 | </File> |
430 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 431 | RelativePath="..\..\include\llvm\Support\type_traits.h" |
432 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 433 | </File> |
434 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 435 | RelativePath="..\..\include\llvm\Support\TypeInfo.h" |
436 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 437 | </File> |
438 | </Filter> | ||||
439 | <Filter | ||||
440 | Name="ADT" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 441 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 442 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 443 | RelativePath="..\..\include\llvm\ADT\APInt.h" |
444 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 445 | </File> |
446 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 447 | RelativePath="..\..\include\llvm\ADT\APSInt.h" |
448 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 449 | </File> |
450 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 451 | RelativePath="..\..\include\llvm\ADT\BitVector.h" |
452 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 453 | </File> |
454 | <File | ||||
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 455 | RelativePath="..\..\include\llvm\Support\DataTypes.h.in" |
456 | > | ||||
457 | </File> | ||||
458 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 459 | RelativePath="..\..\include\llvm\Adt\DenseMap.h" |
460 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 461 | </File> |
462 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 463 | RelativePath="..\..\include\llvm\ADT\DenseSet.h" |
464 | > | ||||
465 | </File> | ||||
466 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 467 | RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h" |
468 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 469 | </File> |
470 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 471 | RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h" |
472 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 473 | </File> |
474 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 475 | RelativePath="..\..\include\llvm\ADT\FoldingSet.h" |
476 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 477 | </File> |
478 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 479 | RelativePath="..\..\include\llvm\Adt\GraphTraits.h" |
480 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 481 | </File> |
482 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 483 | RelativePath="..\..\include\llvm\Adt\hash_map" |
484 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 485 | </File> |
486 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 487 | RelativePath="..\..\include\llvm\Adt\hash_set" |
488 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 489 | </File> |
490 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 491 | RelativePath="..\..\include\llvm\Adt\HashExtras.h" |
492 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 493 | </File> |
494 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 495 | RelativePath="..\..\include\llvm\Adt\ilist" |
496 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 497 | </File> |
498 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 499 | RelativePath="..\..\include\llvm\ADT\ImmutableMap.h" |
500 | > | ||||
501 | </File> | ||||
502 | <File | ||||
503 | RelativePath="..\..\include\llvm\ADT\ImmutableSet.h" | ||||
504 | > | ||||
505 | </File> | ||||
506 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 507 | RelativePath="..\..\include\llvm\ADT\IndexedMap.h" |
508 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 509 | </File> |
510 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 511 | RelativePath="..\..\include\llvm\Adt\iterator" |
512 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 513 | </File> |
514 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 515 | RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h" |
516 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 517 | </File> |
518 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 519 | RelativePath="..\..\include\llvm\Adt\SCCIterator.h" |
520 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 521 | </File> |
522 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 523 | RelativePath="..\..\include\llvm\Adt\SetOperations.h" |
524 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 525 | </File> |
526 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 527 | RelativePath="..\..\include\llvm\Adt\SetVector.h" |
528 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 529 | </File> |
530 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 531 | RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h" |
532 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 533 | </File> |
534 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 535 | RelativePath="..\..\include\llvm\ADT\SmallSet.h" |
536 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 537 | </File> |
538 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 539 | RelativePath="..\..\include\llvm\ADT\SmallString.h" |
540 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 541 | </File> |
542 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 543 | RelativePath="..\..\include\llvm\ADT\SmallVector.h" |
544 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 545 | </File> |
546 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 547 | RelativePath="..\..\include\llvm\Adt\Statistic.h" |
548 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 549 | </File> |
550 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 551 | RelativePath="..\..\include\llvm\Adt\STLExtras.h" |
552 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 553 | </File> |
554 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 555 | RelativePath="..\..\include\llvm\Adt\StringExtras.h" |
556 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 557 | </File> |
558 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 559 | RelativePath="..\..\include\llvm\ADT\StringMap.h" |
560 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 561 | </File> |
562 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 563 | RelativePath="..\..\include\llvm\Adt\Tree.h" |
564 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 565 | </File> |
566 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 567 | RelativePath="..\..\include\llvm\Adt\UniqueVector.h" |
568 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 569 | </File> |
570 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 571 | RelativePath="..\..\include\llvm\Adt\VectorExtras.h" |
572 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 573 | </File> |
574 | </Filter> | ||||
575 | </Files> | ||||
576 | <Globals> | ||||
577 | </Globals> | ||||
578 | </VisualStudioProject> |