View | Details | Raw Unified | Return to bug 164324
Collapse All | Expand All

(-)/amd/gcs/98/9855518/src/ports/devel/llvm/Makefile (-10 / +9 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	llvm
8
PORTNAME=	llvm
9
PORTVERSION=	2.9
9
PORTVERSION=	3.0
10
CATEGORIES=	devel lang
10
CATEGORIES=	devel lang
11
MASTER_SITES=	http://llvm.org/releases/${PORTVERSION}/
11
MASTER_SITES=	http://llvm.org/releases/${PORTVERSION}/
12
EXTRACT_SUFX=	.tgz
13
12
14
MAINTAINER=	brooks@FreeBSD.org
13
MAINTAINER=	brooks@FreeBSD.org
15
COMMENT=	Low Level Virtual Machine
14
COMMENT=	Low Level Virtual Machine
16
15
16
WRKSRC=		${WRKDIR}/${DISTNAME}.src
17
17
.if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE)
18
.if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE)
18
USE_PYTHON_BUILD=	yes
19
BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
19
BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
20
.endif
20
.endif
21
.if defined(MAINTAINER_MODE)
21
.if defined(MAINTAINER_MODE)
Lines 31-36 Link Here
31
USE_PERL5=	yes
31
USE_PERL5=	yes
32
MAKE_JOBS_SAFE=	yes
32
MAKE_JOBS_SAFE=	yes
33
33
34
MAKE_ARGS+=		REQUIRES_RTTI=1
35
34
.if defined(MAINTAINER_MODE)
36
.if defined(MAINTAINER_MODE)
35
CONFIGURE_ARGS+=	--with-f2c=${LOCALBASE}
37
CONFIGURE_ARGS+=	--with-f2c=${LOCALBASE}
36
.else
38
.else
Lines 48-55 Link Here
48
MAN1=		bugpoint.1 lit.1 llc.1 lli.1 llvm-ar.1 \
50
MAN1=		bugpoint.1 lit.1 llc.1 lli.1 llvm-ar.1 \
49
		llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-diff.1 \
51
		llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-diff.1 \
50
		llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \
52
		llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \
51
		llvm-prof.1 llvm-ranlib.1 llvmc.1 llvmgcc.1 \
53
		llvm-prof.1 llvm-ranlib.1 opt.1 tblgen.1
52
		llvmgxx.1 opt.1 tblgen.1
53
54
54
.include <bsd.port.pre.mk>
55
.include <bsd.port.pre.mk>
55
56
Lines 103-117 Link Here
103
			bin/llvm* \
104
			bin/llvm* \
104
			bin/macho-dump \
105
			bin/macho-dump \
105
			bin/opt \
106
			bin/opt \
106
			bin/tblgen \
107
			lib/BugpointPasses.so \
107
			lib/BugpointPasses.so \
108
			lib/libCompilerDriver.a \
109
			lib/libEnhancedDisassembly.so \
110
			lib/libEnhancedDisassembly.a \
111
			lib/LLVMHello.so \
108
			lib/LLVMHello.so \
109
			lib/libEnhancedDisassembly.a \
112
			lib/libLTO.* \
110
			lib/libLTO.* \
113
			lib/libLLVM* \
111
			lib/libLLVM* \
114
			lib/profile_rt.so
112
			lib/libprofile_rt.so \
113
			lib/libprofile_rt.a
115
PLIST_DIR_LIST=		include/llvm-c \
114
PLIST_DIR_LIST=		include/llvm-c \
116
			include/llvm
115
			include/llvm
117
build-plist:
116
build-plist:
(-)/amd/gcs/98/9855518/src/ports/devel/llvm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (llvm-2.9.tgz) = 661236cfa17428b48cfa9cbb9909f7569c64b8ecd219fd91dbc00e3b557b3779
1
SHA256 (llvm-3.0.tar.gz) = 519eb11d3499ce99c6ffdb8718651fc91425ed7690eac91c8d6853474f7c0477
2
SIZE (llvm-2.9.tgz) = 9574781
2
SIZE (llvm-3.0.tar.gz) = 10350539
(-)/amd/gcs/98/9855518/src/ports/devel/llvm/pkg-plist (-70 / +117 lines)
Lines 5-12 Link Here
5
bin/llvm-as
5
bin/llvm-as
6
bin/llvm-bcanalyzer
6
bin/llvm-bcanalyzer
7
bin/llvm-config
7
bin/llvm-config
8
bin/llvm-cov
8
bin/llvm-diff
9
bin/llvm-diff
9
bin/llvm-dis
10
bin/llvm-dis
11
bin/llvm-dwarfdump
10
bin/llvm-extract
12
bin/llvm-extract
11
bin/llvm-ld
13
bin/llvm-ld
12
bin/llvm-link
14
bin/llvm-link
Lines 15-37 Link Here
15
bin/llvm-objdump
17
bin/llvm-objdump
16
bin/llvm-prof
18
bin/llvm-prof
17
bin/llvm-ranlib
19
bin/llvm-ranlib
20
bin/llvm-rtdyld
21
bin/llvm-size
18
bin/llvm-stub
22
bin/llvm-stub
19
bin/llvmc
23
bin/llvm-tblgen
20
bin/macho-dump
24
bin/macho-dump
21
bin/opt
25
bin/opt
22
bin/tblgen
23
include/llvm-c/Analysis.h
24
include/llvm-c/BitReader.h
25
include/llvm-c/BitWriter.h
26
include/llvm-c/Core.h
27
include/llvm-c/EnhancedDisassembly.h
28
include/llvm-c/ExecutionEngine.h
29
include/llvm-c/Initialization.h
30
include/llvm-c/LinkTimeOptimizer.h
31
include/llvm-c/Target.h
32
include/llvm-c/Transforms/IPO.h
33
include/llvm-c/Transforms/Scalar.h
34
include/llvm-c/lto.h
35
include/llvm/ADT/APFloat.h
26
include/llvm/ADT/APFloat.h
36
include/llvm/ADT/APInt.h
27
include/llvm/ADT/APInt.h
37
include/llvm/ADT/APSInt.h
28
include/llvm/ADT/APSInt.h
Lines 58-63 Link Here
58
include/llvm/ADT/NullablePtr.h
49
include/llvm/ADT/NullablePtr.h
59
include/llvm/ADT/Optional.h
50
include/llvm/ADT/Optional.h
60
include/llvm/ADT/OwningPtr.h
51
include/llvm/ADT/OwningPtr.h
52
include/llvm/ADT/PackedVector.h
61
include/llvm/ADT/PointerIntPair.h
53
include/llvm/ADT/PointerIntPair.h
62
include/llvm/ADT/PointerUnion.h
54
include/llvm/ADT/PointerUnion.h
63
include/llvm/ADT/PostOrderIterator.h
55
include/llvm/ADT/PostOrderIterator.h
Lines 79-84 Link Here
79
include/llvm/ADT/StringRef.h
71
include/llvm/ADT/StringRef.h
80
include/llvm/ADT/StringSet.h
72
include/llvm/ADT/StringSet.h
81
include/llvm/ADT/StringSwitch.h
73
include/llvm/ADT/StringSwitch.h
74
include/llvm/ADT/TinyPtrVector.h
82
include/llvm/ADT/Trie.h
75
include/llvm/ADT/Trie.h
83
include/llvm/ADT/Triple.h
76
include/llvm/ADT/Triple.h
84
include/llvm/ADT/Twine.h
77
include/llvm/ADT/Twine.h
Lines 87-95 Link Here
87
include/llvm/ADT/VectorExtras.h
80
include/llvm/ADT/VectorExtras.h
88
include/llvm/ADT/ilist.h
81
include/llvm/ADT/ilist.h
89
include/llvm/ADT/ilist_node.h
82
include/llvm/ADT/ilist_node.h
90
include/llvm/AbstractTypeUser.h
91
include/llvm/Analysis/AliasAnalysis.h
83
include/llvm/Analysis/AliasAnalysis.h
92
include/llvm/Analysis/AliasSetTracker.h
84
include/llvm/Analysis/AliasSetTracker.h
85
include/llvm/Analysis/BlockFrequencyImpl.h
86
include/llvm/Analysis/BlockFrequencyInfo.h
87
include/llvm/Analysis/BranchProbabilityInfo.h
93
include/llvm/Analysis/CFGPrinter.h
88
include/llvm/Analysis/CFGPrinter.h
94
include/llvm/Analysis/CallGraph.h
89
include/llvm/Analysis/CallGraph.h
95
include/llvm/Analysis/CaptureTracking.h
90
include/llvm/Analysis/CaptureTracking.h
Lines 117-122 Link Here
117
include/llvm/Analysis/Loads.h
112
include/llvm/Analysis/Loads.h
118
include/llvm/Analysis/LoopDependenceAnalysis.h
113
include/llvm/Analysis/LoopDependenceAnalysis.h
119
include/llvm/Analysis/LoopInfo.h
114
include/llvm/Analysis/LoopInfo.h
115
include/llvm/Analysis/LoopIterator.h
120
include/llvm/Analysis/LoopPass.h
116
include/llvm/Analysis/LoopPass.h
121
include/llvm/Analysis/MemoryBuiltins.h
117
include/llvm/Analysis/MemoryBuiltins.h
122
include/llvm/Analysis/MemoryDependenceAnalysis.h
118
include/llvm/Analysis/MemoryDependenceAnalysis.h
Lines 172-177 Link Here
172
include/llvm/CodeGen/IntrinsicLowering.h
168
include/llvm/CodeGen/IntrinsicLowering.h
173
include/llvm/CodeGen/JITCodeEmitter.h
169
include/llvm/CodeGen/JITCodeEmitter.h
174
include/llvm/CodeGen/LatencyPriorityQueue.h
170
include/llvm/CodeGen/LatencyPriorityQueue.h
171
include/llvm/CodeGen/LexicalScopes.h
175
include/llvm/CodeGen/LinkAllAsmWriterComponents.h
172
include/llvm/CodeGen/LinkAllAsmWriterComponents.h
176
include/llvm/CodeGen/LinkAllCodegenComponents.h
173
include/llvm/CodeGen/LinkAllCodegenComponents.h
177
include/llvm/CodeGen/LiveInterval.h
174
include/llvm/CodeGen/LiveInterval.h
Lines 180-185 Link Here
180
include/llvm/CodeGen/LiveVariables.h
177
include/llvm/CodeGen/LiveVariables.h
181
include/llvm/CodeGen/MachORelocation.h
178
include/llvm/CodeGen/MachORelocation.h
182
include/llvm/CodeGen/MachineBasicBlock.h
179
include/llvm/CodeGen/MachineBasicBlock.h
180
include/llvm/CodeGen/MachineBlockFrequencyInfo.h
181
include/llvm/CodeGen/MachineBranchProbabilityInfo.h
183
include/llvm/CodeGen/MachineCodeEmitter.h
182
include/llvm/CodeGen/MachineCodeEmitter.h
184
include/llvm/CodeGen/MachineCodeInfo.h
183
include/llvm/CodeGen/MachineCodeInfo.h
185
include/llvm/CodeGen/MachineConstantPool.h
184
include/llvm/CodeGen/MachineConstantPool.h
Lines 191-197 Link Here
191
include/llvm/CodeGen/MachineInstr.h
190
include/llvm/CodeGen/MachineInstr.h
192
include/llvm/CodeGen/MachineInstrBuilder.h
191
include/llvm/CodeGen/MachineInstrBuilder.h
193
include/llvm/CodeGen/MachineJumpTableInfo.h
192
include/llvm/CodeGen/MachineJumpTableInfo.h
194
include/llvm/CodeGen/MachineLocation.h
195
include/llvm/CodeGen/MachineLoopInfo.h
193
include/llvm/CodeGen/MachineLoopInfo.h
196
include/llvm/CodeGen/MachineLoopRanges.h
194
include/llvm/CodeGen/MachineLoopRanges.h
197
include/llvm/CodeGen/MachineMemOperand.h
195
include/llvm/CodeGen/MachineMemOperand.h
Lines 214-220 Link Here
214
include/llvm/CodeGen/PseudoSourceValue.h
212
include/llvm/CodeGen/PseudoSourceValue.h
215
include/llvm/CodeGen/RegAllocPBQP.h
213
include/llvm/CodeGen/RegAllocPBQP.h
216
include/llvm/CodeGen/RegAllocRegistry.h
214
include/llvm/CodeGen/RegAllocRegistry.h
217
include/llvm/CodeGen/RegisterCoalescer.h
218
include/llvm/CodeGen/RegisterScavenging.h
215
include/llvm/CodeGen/RegisterScavenging.h
219
include/llvm/CodeGen/RuntimeLibcalls.h
216
include/llvm/CodeGen/RuntimeLibcalls.h
220
include/llvm/CodeGen/ScheduleDAG.h
217
include/llvm/CodeGen/ScheduleDAG.h
Lines 228-242 Link Here
228
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
225
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
229
include/llvm/CodeGen/ValueTypes.h
226
include/llvm/CodeGen/ValueTypes.h
230
include/llvm/CodeGen/ValueTypes.td
227
include/llvm/CodeGen/ValueTypes.td
231
include/llvm/CompilerDriver/Action.h
232
include/llvm/CompilerDriver/AutoGenerated.h
233
include/llvm/CompilerDriver/BuiltinOptions.h
234
include/llvm/CompilerDriver/Common.td
235
include/llvm/CompilerDriver/CompilationGraph.h
236
include/llvm/CompilerDriver/Error.h
237
include/llvm/CompilerDriver/Main.h
238
include/llvm/CompilerDriver/Main.inc
239
include/llvm/CompilerDriver/Tool.h
240
include/llvm/Config/AsmParsers.def
228
include/llvm/Config/AsmParsers.def
241
include/llvm/Config/AsmPrinters.def
229
include/llvm/Config/AsmPrinters.def
242
include/llvm/Config/Disassemblers.def
230
include/llvm/Config/Disassemblers.def
Lines 245-250 Link Here
245
include/llvm/Config/llvm-config.h
233
include/llvm/Config/llvm-config.h
246
include/llvm/Constant.h
234
include/llvm/Constant.h
247
include/llvm/Constants.h
235
include/llvm/Constants.h
236
include/llvm/DebugInfo/DIContext.h
237
include/llvm/DebugInfoProbe.h
238
include/llvm/DefaultPasses.h
248
include/llvm/DerivedTypes.h
239
include/llvm/DerivedTypes.h
249
include/llvm/ExecutionEngine/ExecutionEngine.h
240
include/llvm/ExecutionEngine/ExecutionEngine.h
250
include/llvm/ExecutionEngine/GenericValue.h
241
include/llvm/ExecutionEngine/GenericValue.h
Lines 253-258 Link Here
253
include/llvm/ExecutionEngine/JITEventListener.h
244
include/llvm/ExecutionEngine/JITEventListener.h
254
include/llvm/ExecutionEngine/JITMemoryManager.h
245
include/llvm/ExecutionEngine/JITMemoryManager.h
255
include/llvm/ExecutionEngine/MCJIT.h
246
include/llvm/ExecutionEngine/MCJIT.h
247
include/llvm/ExecutionEngine/RuntimeDyld.h
256
include/llvm/Function.h
248
include/llvm/Function.h
257
include/llvm/GVMaterializer.h
249
include/llvm/GVMaterializer.h
258
include/llvm/GlobalAlias.h
250
include/llvm/GlobalAlias.h
Lines 280-291 Link Here
280
include/llvm/LinkAllVMCore.h
272
include/llvm/LinkAllVMCore.h
281
include/llvm/Linker.h
273
include/llvm/Linker.h
282
include/llvm/MC/EDInstInfo.h
274
include/llvm/MC/EDInstInfo.h
275
include/llvm/MC/MCAsmBackend.h
283
include/llvm/MC/MCAsmInfo.h
276
include/llvm/MC/MCAsmInfo.h
284
include/llvm/MC/MCAsmInfoCOFF.h
277
include/llvm/MC/MCAsmInfoCOFF.h
285
include/llvm/MC/MCAsmInfoDarwin.h
278
include/llvm/MC/MCAsmInfoDarwin.h
286
include/llvm/MC/MCAsmLayout.h
279
include/llvm/MC/MCAsmLayout.h
287
include/llvm/MC/MCAssembler.h
280
include/llvm/MC/MCAssembler.h
281
include/llvm/MC/MCAtom.h
288
include/llvm/MC/MCCodeEmitter.h
282
include/llvm/MC/MCCodeEmitter.h
283
include/llvm/MC/MCCodeGenInfo.h
289
include/llvm/MC/MCContext.h
284
include/llvm/MC/MCContext.h
290
include/llvm/MC/MCDirectives.h
285
include/llvm/MC/MCDirectives.h
291
include/llvm/MC/MCDisassembler.h
286
include/llvm/MC/MCDisassembler.h
Lines 297-305 Link Here
297
include/llvm/MC/MCFixupKindInfo.h
292
include/llvm/MC/MCFixupKindInfo.h
298
include/llvm/MC/MCInst.h
293
include/llvm/MC/MCInst.h
299
include/llvm/MC/MCInstPrinter.h
294
include/llvm/MC/MCInstPrinter.h
295
include/llvm/MC/MCInstrAnalysis.h
296
include/llvm/MC/MCInstrDesc.h
297
include/llvm/MC/MCInstrInfo.h
298
include/llvm/MC/MCInstrItineraries.h
300
include/llvm/MC/MCLabel.h
299
include/llvm/MC/MCLabel.h
301
include/llvm/MC/MCMachOSymbolFlags.h
300
include/llvm/MC/MCMachOSymbolFlags.h
302
include/llvm/MC/MCMachObjectWriter.h
301
include/llvm/MC/MCMachObjectWriter.h
302
include/llvm/MC/MCModule.h
303
include/llvm/MC/MCObjectFileInfo.h
303
include/llvm/MC/MCObjectStreamer.h
304
include/llvm/MC/MCObjectStreamer.h
304
include/llvm/MC/MCObjectWriter.h
305
include/llvm/MC/MCObjectWriter.h
305
include/llvm/MC/MCParser/AsmCond.h
306
include/llvm/MC/MCParser/AsmCond.h
Lines 308-323 Link Here
308
include/llvm/MC/MCParser/MCAsmParser.h
309
include/llvm/MC/MCParser/MCAsmParser.h
309
include/llvm/MC/MCParser/MCAsmParserExtension.h
310
include/llvm/MC/MCParser/MCAsmParserExtension.h
310
include/llvm/MC/MCParser/MCParsedAsmOperand.h
311
include/llvm/MC/MCParser/MCParsedAsmOperand.h
312
include/llvm/MC/MCRegisterInfo.h
311
include/llvm/MC/MCSection.h
313
include/llvm/MC/MCSection.h
312
include/llvm/MC/MCSectionCOFF.h
314
include/llvm/MC/MCSectionCOFF.h
313
include/llvm/MC/MCSectionELF.h
315
include/llvm/MC/MCSectionELF.h
314
include/llvm/MC/MCSectionMachO.h
316
include/llvm/MC/MCSectionMachO.h
315
include/llvm/MC/MCStreamer.h
317
include/llvm/MC/MCStreamer.h
318
include/llvm/MC/MCSubtargetInfo.h
316
include/llvm/MC/MCSymbol.h
319
include/llvm/MC/MCSymbol.h
320
include/llvm/MC/MCTargetAsmLexer.h
321
include/llvm/MC/MCTargetAsmParser.h
317
include/llvm/MC/MCValue.h
322
include/llvm/MC/MCValue.h
323
include/llvm/MC/MCWin64EH.h
324
include/llvm/MC/MachineLocation.h
318
include/llvm/MC/SectionKind.h
325
include/llvm/MC/SectionKind.h
326
include/llvm/MC/SubtargetFeature.h
319
include/llvm/Metadata.h
327
include/llvm/Metadata.h
320
include/llvm/Module.h
328
include/llvm/Module.h
329
include/llvm/Object/Archive.h
330
include/llvm/Object/Binary.h
331
include/llvm/Object/COFF.h
332
include/llvm/Object/Error.h
333
include/llvm/Object/MachO.h
321
include/llvm/Object/MachOFormat.h
334
include/llvm/Object/MachOFormat.h
322
include/llvm/Object/MachOObject.h
335
include/llvm/Object/MachOObject.h
323
include/llvm/Object/ObjectFile.h
336
include/llvm/Object/ObjectFile.h
Lines 333-348 Link Here
333
include/llvm/Support/AlignOf.h
346
include/llvm/Support/AlignOf.h
334
include/llvm/Support/Allocator.h
347
include/llvm/Support/Allocator.h
335
include/llvm/Support/Atomic.h
348
include/llvm/Support/Atomic.h
349
include/llvm/Support/BlockFrequency.h
350
include/llvm/Support/BranchProbability.h
336
include/llvm/Support/CFG.h
351
include/llvm/Support/CFG.h
337
include/llvm/Support/COFF.h
352
include/llvm/Support/COFF.h
338
include/llvm/Support/CallSite.h
353
include/llvm/Support/CallSite.h
354
include/llvm/Support/Capacity.h
339
include/llvm/Support/Casting.h
355
include/llvm/Support/Casting.h
356
include/llvm/Support/CodeGen.h
340
include/llvm/Support/CommandLine.h
357
include/llvm/Support/CommandLine.h
341
include/llvm/Support/Compiler.h
358
include/llvm/Support/Compiler.h
342
include/llvm/Support/ConstantFolder.h
359
include/llvm/Support/ConstantFolder.h
343
include/llvm/Support/ConstantRange.h
360
include/llvm/Support/ConstantRange.h
344
include/llvm/Support/CrashRecoveryContext.h
361
include/llvm/Support/CrashRecoveryContext.h
345
include/llvm/Support/DOTGraphTraits.h
362
include/llvm/Support/DOTGraphTraits.h
363
include/llvm/Support/DataExtractor.h
346
include/llvm/Support/DataFlow.h
364
include/llvm/Support/DataFlow.h
347
include/llvm/Support/DataTypes.h
365
include/llvm/Support/DataTypes.h
348
include/llvm/Support/Debug.h
366
include/llvm/Support/Debug.h
Lines 359-364 Link Here
359
include/llvm/Support/FileUtilities.h
377
include/llvm/Support/FileUtilities.h
360
include/llvm/Support/Format.h
378
include/llvm/Support/Format.h
361
include/llvm/Support/FormattedStream.h
379
include/llvm/Support/FormattedStream.h
380
include/llvm/Support/GCOV.h
362
include/llvm/Support/GetElementPtrTypeIterator.h
381
include/llvm/Support/GetElementPtrTypeIterator.h
363
include/llvm/Support/GraphWriter.h
382
include/llvm/Support/GraphWriter.h
364
include/llvm/Support/Host.h
383
include/llvm/Support/Host.h
Lines 400-410 Link Here
400
include/llvm/Support/Signals.h
419
include/llvm/Support/Signals.h
401
include/llvm/Support/Solaris.h
420
include/llvm/Support/Solaris.h
402
include/llvm/Support/SourceMgr.h
421
include/llvm/Support/SourceMgr.h
403
include/llvm/Support/StandardPasses.h
404
include/llvm/Support/StringPool.h
422
include/llvm/Support/StringPool.h
405
include/llvm/Support/SwapByteOrder.h
423
include/llvm/Support/SwapByteOrder.h
406
include/llvm/Support/SystemUtils.h
424
include/llvm/Support/SystemUtils.h
407
include/llvm/Support/TargetFolder.h
425
include/llvm/Support/TargetFolder.h
426
include/llvm/Support/TargetRegistry.h
427
include/llvm/Support/TargetSelect.h
408
include/llvm/Support/ThreadLocal.h
428
include/llvm/Support/ThreadLocal.h
409
include/llvm/Support/Threading.h
429
include/llvm/Support/Threading.h
410
include/llvm/Support/TimeValue.h
430
include/llvm/Support/TimeValue.h
Lines 413-439 Link Here
413
include/llvm/Support/TypeBuilder.h
433
include/llvm/Support/TypeBuilder.h
414
include/llvm/Support/Valgrind.h
434
include/llvm/Support/Valgrind.h
415
include/llvm/Support/ValueHandle.h
435
include/llvm/Support/ValueHandle.h
436
include/llvm/Support/Win64EH.h
416
include/llvm/Support/circular_raw_ostream.h
437
include/llvm/Support/circular_raw_ostream.h
417
include/llvm/Support/raw_os_ostream.h
438
include/llvm/Support/raw_os_ostream.h
418
include/llvm/Support/raw_ostream.h
439
include/llvm/Support/raw_ostream.h
419
include/llvm/Support/system_error.h
440
include/llvm/Support/system_error.h
420
include/llvm/Support/type_traits.h
441
include/llvm/Support/type_traits.h
421
include/llvm/SymbolTableListTraits.h
442
include/llvm/SymbolTableListTraits.h
443
include/llvm/TableGen/Error.h
444
include/llvm/TableGen/Main.h
445
include/llvm/TableGen/Record.h
446
include/llvm/TableGen/TableGenAction.h
447
include/llvm/TableGen/TableGenBackend.h
422
include/llvm/Target/Mangler.h
448
include/llvm/Target/Mangler.h
423
include/llvm/Target/SubtargetFeature.h
424
include/llvm/Target/Target.td
449
include/llvm/Target/Target.td
425
include/llvm/Target/TargetAsmBackend.h
426
include/llvm/Target/TargetAsmInfo.h
427
include/llvm/Target/TargetAsmLexer.h
428
include/llvm/Target/TargetAsmParser.h
429
include/llvm/Target/TargetCallingConv.h
450
include/llvm/Target/TargetCallingConv.h
430
include/llvm/Target/TargetCallingConv.td
451
include/llvm/Target/TargetCallingConv.td
431
include/llvm/Target/TargetData.h
452
include/llvm/Target/TargetData.h
432
include/llvm/Target/TargetELFWriterInfo.h
453
include/llvm/Target/TargetELFWriterInfo.h
433
include/llvm/Target/TargetFrameLowering.h
454
include/llvm/Target/TargetFrameLowering.h
434
include/llvm/Target/TargetInstrDesc.h
435
include/llvm/Target/TargetInstrInfo.h
455
include/llvm/Target/TargetInstrInfo.h
436
include/llvm/Target/TargetInstrItineraries.h
437
include/llvm/Target/TargetIntrinsicInfo.h
456
include/llvm/Target/TargetIntrinsicInfo.h
438
include/llvm/Target/TargetJITInfo.h
457
include/llvm/Target/TargetJITInfo.h
439
include/llvm/Target/TargetLibraryInfo.h
458
include/llvm/Target/TargetLibraryInfo.h
Lines 443-456 Link Here
443
include/llvm/Target/TargetOpcodes.h
462
include/llvm/Target/TargetOpcodes.h
444
include/llvm/Target/TargetOptions.h
463
include/llvm/Target/TargetOptions.h
445
include/llvm/Target/TargetRegisterInfo.h
464
include/llvm/Target/TargetRegisterInfo.h
446
include/llvm/Target/TargetRegistry.h
447
include/llvm/Target/TargetSchedule.td
465
include/llvm/Target/TargetSchedule.td
448
include/llvm/Target/TargetSelect.h
449
include/llvm/Target/TargetSelectionDAG.td
466
include/llvm/Target/TargetSelectionDAG.td
450
include/llvm/Target/TargetSelectionDAGInfo.h
467
include/llvm/Target/TargetSelectionDAGInfo.h
451
include/llvm/Target/TargetSubtarget.h
468
include/llvm/Target/TargetSubtargetInfo.h
452
include/llvm/Transforms/IPO.h
453
include/llvm/Transforms/IPO/InlinerPass.h
469
include/llvm/Transforms/IPO/InlinerPass.h
470
include/llvm/Transforms/IPO/PassManagerBuilder.h
471
include/llvm/Transforms/IPO.h
454
include/llvm/Transforms/Instrumentation.h
472
include/llvm/Transforms/Instrumentation.h
455
include/llvm/Transforms/Scalar.h
473
include/llvm/Transforms/Scalar.h
456
include/llvm/Transforms/Utils/AddrModeMatcher.h
474
include/llvm/Transforms/Utils/AddrModeMatcher.h
Lines 463-488 Link Here
463
include/llvm/Transforms/Utils/PromoteMemToReg.h
481
include/llvm/Transforms/Utils/PromoteMemToReg.h
464
include/llvm/Transforms/Utils/SSAUpdater.h
482
include/llvm/Transforms/Utils/SSAUpdater.h
465
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
483
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
484
include/llvm/Transforms/Utils/SimplifyIndVar.h
466
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
485
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
467
include/llvm/Transforms/Utils/UnrollLoop.h
486
include/llvm/Transforms/Utils/UnrollLoop.h
468
include/llvm/Transforms/Utils/ValueMapper.h
487
include/llvm/Transforms/Utils/ValueMapper.h
469
include/llvm/Type.h
488
include/llvm/Type.h
470
include/llvm/TypeSymbolTable.h
471
include/llvm/Use.h
489
include/llvm/Use.h
472
include/llvm/User.h
490
include/llvm/User.h
473
include/llvm/Value.h
491
include/llvm/Value.h
474
include/llvm/ValueSymbolTable.h
492
include/llvm/ValueSymbolTable.h
493
include/llvm-c/Analysis.h
494
include/llvm-c/BitReader.h
495
include/llvm-c/BitWriter.h
496
include/llvm-c/Core.h
497
include/llvm-c/Disassembler.h
498
include/llvm-c/EnhancedDisassembly.h
499
include/llvm-c/ExecutionEngine.h
500
include/llvm-c/Initialization.h
501
include/llvm-c/LinkTimeOptimizer.h
502
include/llvm-c/Object.h
503
include/llvm-c/Target.h
504
include/llvm-c/Transforms/IPO.h
505
include/llvm-c/Transforms/PassManagerBuilder.h
506
include/llvm-c/Transforms/Scalar.h
507
include/llvm-c/lto.h
475
lib/BugpointPasses.so
508
lib/BugpointPasses.so
476
lib/LLVMHello.so
509
lib/LLVMHello.so
477
lib/libCompilerDriver.a
478
lib/libEnhancedDisassembly.a
510
lib/libEnhancedDisassembly.a
479
lib/libEnhancedDisassembly.so
480
lib/libLLVMARMAsmParser.a
511
lib/libLLVMARMAsmParser.a
481
lib/libLLVMARMAsmPrinter.a
512
lib/libLLVMARMAsmPrinter.a
482
lib/libLLVMARMCodeGen.a
513
lib/libLLVMARMCodeGen.a
514
lib/libLLVMARMDesc.a
483
lib/libLLVMARMDisassembler.a
515
lib/libLLVMARMDisassembler.a
484
lib/libLLVMARMInfo.a
516
lib/libLLVMARMInfo.a
485
lib/libLLVMAlphaCodeGen.a
517
lib/libLLVMAlphaCodeGen.a
518
lib/libLLVMAlphaDesc.a
486
lib/libLLVMAlphaInfo.a
519
lib/libLLVMAlphaInfo.a
487
lib/libLLVMAnalysis.a
520
lib/libLLVMAnalysis.a
488
lib/libLLVMArchive.a
521
lib/libLLVMArchive.a
Lines 491-505 Link Here
491
lib/libLLVMBitReader.a
524
lib/libLLVMBitReader.a
492
lib/libLLVMBitWriter.a
525
lib/libLLVMBitWriter.a
493
lib/libLLVMBlackfinCodeGen.a
526
lib/libLLVMBlackfinCodeGen.a
527
lib/libLLVMBlackfinDesc.a
494
lib/libLLVMBlackfinInfo.a
528
lib/libLLVMBlackfinInfo.a
495
lib/libLLVMCBackend.a
529
lib/libLLVMCBackend.a
496
lib/libLLVMCBackendInfo.a
530
lib/libLLVMCBackendInfo.a
497
lib/libLLVMCellSPUCodeGen.a
531
lib/libLLVMCellSPUCodeGen.a
532
lib/libLLVMCellSPUDesc.a
498
lib/libLLVMCellSPUInfo.a
533
lib/libLLVMCellSPUInfo.a
499
lib/libLLVMCodeGen.a
534
lib/libLLVMCodeGen.a
500
lib/libLLVMCore.a
535
lib/libLLVMCore.a
501
lib/libLLVMCppBackend.a
536
lib/libLLVMCppBackend.a
502
lib/libLLVMCppBackendInfo.a
537
lib/libLLVMCppBackendInfo.a
538
lib/libLLVMDebugInfo.a
503
lib/libLLVMExecutionEngine.a
539
lib/libLLVMExecutionEngine.a
504
lib/libLLVMInstCombine.a
540
lib/libLLVMInstCombine.a
505
lib/libLLVMInstrumentation.a
541
lib/libLLVMInstrumentation.a
Lines 509-514 Link Here
509
lib/libLLVMMBlazeAsmParser.a
545
lib/libLLVMMBlazeAsmParser.a
510
lib/libLLVMMBlazeAsmPrinter.a
546
lib/libLLVMMBlazeAsmPrinter.a
511
lib/libLLVMMBlazeCodeGen.a
547
lib/libLLVMMBlazeCodeGen.a
548
lib/libLLVMMBlazeDesc.a
512
lib/libLLVMMBlazeDisassembler.a
549
lib/libLLVMMBlazeDisassembler.a
513
lib/libLLVMMBlazeInfo.a
550
lib/libLLVMMBlazeInfo.a
514
lib/libLLVMMC.a
551
lib/libLLVMMC.a
Lines 517-556 Link Here
517
lib/libLLVMMCParser.a
554
lib/libLLVMMCParser.a
518
lib/libLLVMMSP430AsmPrinter.a
555
lib/libLLVMMSP430AsmPrinter.a
519
lib/libLLVMMSP430CodeGen.a
556
lib/libLLVMMSP430CodeGen.a
557
lib/libLLVMMSP430Desc.a
520
lib/libLLVMMSP430Info.a
558
lib/libLLVMMSP430Info.a
559
lib/libLLVMMipsAsmPrinter.a
521
lib/libLLVMMipsCodeGen.a
560
lib/libLLVMMipsCodeGen.a
561
lib/libLLVMMipsDesc.a
522
lib/libLLVMMipsInfo.a
562
lib/libLLVMMipsInfo.a
523
lib/libLLVMObject.a
563
lib/libLLVMObject.a
564
lib/libLLVMPTXAsmPrinter.a
524
lib/libLLVMPTXCodeGen.a
565
lib/libLLVMPTXCodeGen.a
566
lib/libLLVMPTXDesc.a
525
lib/libLLVMPTXInfo.a
567
lib/libLLVMPTXInfo.a
526
lib/libLLVMPowerPCAsmPrinter.a
568
lib/libLLVMPowerPCAsmPrinter.a
527
lib/libLLVMPowerPCCodeGen.a
569
lib/libLLVMPowerPCCodeGen.a
570
lib/libLLVMPowerPCDesc.a
528
lib/libLLVMPowerPCInfo.a
571
lib/libLLVMPowerPCInfo.a
572
lib/libLLVMRuntimeDyld.a
529
lib/libLLVMScalarOpts.a
573
lib/libLLVMScalarOpts.a
530
lib/libLLVMSelectionDAG.a
574
lib/libLLVMSelectionDAG.a
531
lib/libLLVMSparcCodeGen.a
575
lib/libLLVMSparcCodeGen.a
576
lib/libLLVMSparcDesc.a
532
lib/libLLVMSparcInfo.a
577
lib/libLLVMSparcInfo.a
533
lib/libLLVMSupport.a
578
lib/libLLVMSupport.a
534
lib/libLLVMSystemZCodeGen.a
579
lib/libLLVMSystemZCodeGen.a
580
lib/libLLVMSystemZDesc.a
535
lib/libLLVMSystemZInfo.a
581
lib/libLLVMSystemZInfo.a
582
lib/libLLVMTableGen.a
536
lib/libLLVMTarget.a
583
lib/libLLVMTarget.a
537
lib/libLLVMTransformUtils.a
584
lib/libLLVMTransformUtils.a
538
lib/libLLVMX86AsmParser.a
585
lib/libLLVMX86AsmParser.a
539
lib/libLLVMX86AsmPrinter.a
586
lib/libLLVMX86AsmPrinter.a
540
lib/libLLVMX86CodeGen.a
587
lib/libLLVMX86CodeGen.a
588
lib/libLLVMX86Desc.a
541
lib/libLLVMX86Disassembler.a
589
lib/libLLVMX86Disassembler.a
542
lib/libLLVMX86Info.a
590
lib/libLLVMX86Info.a
543
lib/libLLVMX86Utils.a
591
lib/libLLVMX86Utils.a
544
lib/libLLVMXCoreCodeGen.a
592
lib/libLLVMXCoreCodeGen.a
593
lib/libLLVMXCoreDesc.a
545
lib/libLLVMXCoreInfo.a
594
lib/libLLVMXCoreInfo.a
546
lib/libLLVMipa.a
595
lib/libLLVMipa.a
547
lib/libLLVMipo.a
596
lib/libLLVMipo.a
548
lib/libLTO.a
597
lib/libLTO.a
549
lib/libLTO.so
598
lib/libLTO.so
550
lib/profile_rt.so
599
lib/libprofile_rt.a
551
%%PORTDOCS%%%%DOCSDIR%%/html.tar.gz
600
lib/libprofile_rt.so
552
%%PORTDOCS%%%%DOCSDIR%%/html/AliasAnalysis.html
601
%%PORTDOCS%%%%DOCSDIR%%/html/AliasAnalysis.html
602
%%PORTDOCS%%%%DOCSDIR%%/html/Atomics.html
553
%%PORTDOCS%%%%DOCSDIR%%/html/BitCodeFormat.html
603
%%PORTDOCS%%%%DOCSDIR%%/html/BitCodeFormat.html
604
%%PORTDOCS%%%%DOCSDIR%%/html/BranchWeightMetadata.html
554
%%PORTDOCS%%%%DOCSDIR%%/html/Bugpoint.html
605
%%PORTDOCS%%%%DOCSDIR%%/html/Bugpoint.html
555
%%PORTDOCS%%%%DOCSDIR%%/html/CFEBuildInstrs.html
606
%%PORTDOCS%%%%DOCSDIR%%/html/CFEBuildInstrs.html
556
%%PORTDOCS%%%%DOCSDIR%%/html/CMake.html
607
%%PORTDOCS%%%%DOCSDIR%%/html/CMake.html
Lines 574-588 Link Here
574
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-nm.html
625
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-nm.html
575
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-prof.html
626
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-prof.html
576
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html
627
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvm-ranlib.html
577
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmc.html
578
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmgcc.html
579
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/llvmgxx.html
580
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/manpage.css
628
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/manpage.css
581
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/opt.html
629
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/opt.html
582
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/tblgen.html
630
%%PORTDOCS%%%%DOCSDIR%%/html/CommandGuide/tblgen.html
583
%%PORTDOCS%%%%DOCSDIR%%/html/CommandLine.html
631
%%PORTDOCS%%%%DOCSDIR%%/html/CommandLine.html
584
%%PORTDOCS%%%%DOCSDIR%%/html/CompilerDriver.html
585
%%PORTDOCS%%%%DOCSDIR%%/html/CompilerDriverTutorial.html
586
%%PORTDOCS%%%%DOCSDIR%%/html/CompilerWriterInfo.html
632
%%PORTDOCS%%%%DOCSDIR%%/html/CompilerWriterInfo.html
587
%%PORTDOCS%%%%DOCSDIR%%/html/DebuggingJITedCode.html
633
%%PORTDOCS%%%%DOCSDIR%%/html/DebuggingJITedCode.html
588
%%PORTDOCS%%%%DOCSDIR%%/html/DeveloperPolicy.html
634
%%PORTDOCS%%%%DOCSDIR%%/html/DeveloperPolicy.html
Lines 606-611 Link Here
606
%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersManual.html
652
%%PORTDOCS%%%%DOCSDIR%%/html/ProgrammersManual.html
607
%%PORTDOCS%%%%DOCSDIR%%/html/Projects.html
653
%%PORTDOCS%%%%DOCSDIR%%/html/Projects.html
608
%%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes.html
654
%%PORTDOCS%%%%DOCSDIR%%/html/ReleaseNotes.html
655
%%PORTDOCS%%%%DOCSDIR%%/html/SegmentedStacks.html
609
%%PORTDOCS%%%%DOCSDIR%%/html/SourceLevelDebugging.html
656
%%PORTDOCS%%%%DOCSDIR%%/html/SourceLevelDebugging.html
610
%%PORTDOCS%%%%DOCSDIR%%/html/SystemLibrary.html
657
%%PORTDOCS%%%%DOCSDIR%%/html/SystemLibrary.html
611
%%PORTDOCS%%%%DOCSDIR%%/html/TableGenFundamentals.html
658
%%PORTDOCS%%%%DOCSDIR%%/html/TableGenFundamentals.html
Lines 625-630 Link Here
625
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl2.html
672
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl2.html
626
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl3.html
673
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl3.html
627
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl4.html
674
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl4.html
675
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl5-cfg.png
628
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl5.html
676
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl5.html
629
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl6.html
677
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl6.html
630
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl7.html
678
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/LangImpl7.html
Lines 638-643 Link Here
638
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl7.html
686
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl7.html
639
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl8.html
687
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/OCamlLangImpl8.html
640
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/index.html
688
%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/index.html
689
%%PORTDOCS%%%%DOCSDIR%%/html.tar.gz
641
%%PORTDOCS%%%%DOCSDIR%%/ps/FileCheck.ps
690
%%PORTDOCS%%%%DOCSDIR%%/ps/FileCheck.ps
642
%%PORTDOCS%%%%DOCSDIR%%/ps/bugpoint.ps
691
%%PORTDOCS%%%%DOCSDIR%%/ps/bugpoint.ps
643
%%PORTDOCS%%%%DOCSDIR%%/ps/lit.ps
692
%%PORTDOCS%%%%DOCSDIR%%/ps/lit.ps
Lines 655-689 Link Here
655
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-nm.ps
704
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-nm.ps
656
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-prof.ps
705
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-prof.ps
657
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ranlib.ps
706
%%PORTDOCS%%%%DOCSDIR%%/ps/llvm-ranlib.ps
658
%%PORTDOCS%%%%DOCSDIR%%/ps/llvmc.ps
659
%%PORTDOCS%%%%DOCSDIR%%/ps/llvmgcc.ps
660
%%PORTDOCS%%%%DOCSDIR%%/ps/llvmgxx.ps
661
%%PORTDOCS%%%%DOCSDIR%%/ps/opt.ps
707
%%PORTDOCS%%%%DOCSDIR%%/ps/opt.ps
662
%%PORTDOCS%%%%DOCSDIR%%/ps/tblgen.ps
708
%%PORTDOCS%%%%DOCSDIR%%/ps/tblgen.ps
663
@dirrm include/llvm/Transforms/Utils
709
@dirrm include/llvm/ADT
664
@dirrm include/llvm/Transforms/IPO
710
@dirrm include/llvm/Analysis
665
@dirrm include/llvm/Transforms
711
@dirrm include/llvm/Assembly
666
@dirrm include/llvm/Target
712
@dirrm include/llvm/Bitcode
667
@dirrm include/llvm/Support
668
@dirrm include/llvm/Object
669
@dirrm include/llvm/MC/MCParser
670
@dirrm include/llvm/MC
671
@dirrm include/llvm/ExecutionEngine
672
@dirrm include/llvm/Config
673
@dirrm include/llvm/CompilerDriver
674
@dirrm include/llvm/CodeGen/PBQP/Heuristics
713
@dirrm include/llvm/CodeGen/PBQP/Heuristics
675
@dirrm include/llvm/CodeGen/PBQP
714
@dirrm include/llvm/CodeGen/PBQP
676
@dirrm include/llvm/CodeGen
715
@dirrm include/llvm/CodeGen
677
@dirrm include/llvm/Bitcode
716
@dirrm include/llvm/Config
678
@dirrm include/llvm/Assembly
717
@dirrm include/llvm/DebugInfo
679
@dirrm include/llvm/Analysis
718
@dirrm include/llvm/ExecutionEngine
680
@dirrm include/llvm/ADT
719
@dirrm include/llvm/MC/MCParser
720
@dirrm include/llvm/MC
721
@dirrm include/llvm/Object
722
@dirrm include/llvm/Support
723
@dirrm include/llvm/TableGen
724
@dirrm include/llvm/Target
725
@dirrm include/llvm/Transforms/IPO
726
@dirrm include/llvm/Transforms/Utils
727
@dirrm include/llvm/Transforms
728
@dirrm include/llvm
681
@dirrm include/llvm-c/Transforms
729
@dirrm include/llvm-c/Transforms
682
@dirrm include/llvm-c
730
@dirrm include/llvm-c
683
@dirrm include/llvm
684
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ps
685
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tutorial
686
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/img
687
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/CommandGuide
731
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/CommandGuide
732
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/img
733
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tutorial
688
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
734
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
735
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ps
689
%%PORTDOCS%%@dirrm %%DOCSDIR%%
736
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 164324