This file is indexed.

/usr/share/doc/llvm/README.Debian is in llvm 1:3.8-33ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
		The Debian LLVM Setup
		=====================

Abstract
--------

Debian uses a default version of LLVM for most packages; however, some
packages require another version.  So, Debian allows several versions
of LLVM to coexist on the same system, and selects the default version
by means of the llvm-defaults package, which creates symbolic links as
appropriate.

Versions of LLVM present in Debian Squeeze
-----------------------------------------

- LLVM 3.4 is the default version for all architectures.

How are the default compilers selected?
---------------------------------------

Starting in Debian 6.0, there is now a llvm-defaults package set. This
creates the actual packages for llvm, llvm-runtime, llvm-dev and
libllvm-ocaml-dev. These packages will depend on the corresponding
default compiler for that architecture. For example,
"llvm" depends on "llvm-3.0", which means that the "llvm-3.0" package
will install some binaries suffixed by "-3.0", which are symlinked in
the "llvm" package to unversioned binaries.

This may seem confusing, but what it allows you do to is install more
than one version of the Low Level Virtual Machine at the same time,
making sure you are always using the one preferred for that
architecture.

The default compiler versions for Debian GNU/Linux on amd64 are
(minor version numbers omitted):

	llvm		: llvm-3.8

Thanks to llvm-defaults, each architecture can choose its own
preferred llvm version, and that preference can change without
requiring a complete rebuild of both llvm packages for all
architectures.

llvm-*/... are not handled using alternatives
----------------------------------------------

The symlinks in /usr/bin (llvm-*, ...) are not handled using the Debian
alternative mechanism. There are differences in the architecture specific
ABI on some architectures. Having the symlinks managed by alternatives
doesn't allow reliable builds with the same major/minor version of the
compiler.

Feedback appreciated
--------------------

Feedback about this document is appreciated; preferably as a Severity:
wishlist bug against Package: llvm . For general discussions and
questions, subscribe and/or email the pkg-llvm-team@lists.alioth.debian.org
mailing list.

Maintainers of these packages
-----------------------------

Matthias Klose <doko@debian.org>
Sylvestre Ledru <sylvestre@debian.org>

===============================================================================