aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Packaging.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Packaging.html')
-rw-r--r--docs/Packaging.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Packaging.html b/docs/Packaging.html
index 3376bbc..86d6ca1 100644
--- a/docs/Packaging.html
+++ b/docs/Packaging.html
@@ -7,7 +7,7 @@
</head>
<body>
-<div class="doc_title">Advice on Packaging LLVM</div>
+<h1>Advice on Packaging LLVM</h1>
<ol>
<li><a href="#overview">Overview</a></li>
<li><a href="#compilation">Compile Flags</a></li>
@@ -17,7 +17,7 @@
</ol>
<!--=========================================================================-->
-<div class="doc_section"><a name="overview">Overview</a></div>
+<h2><a name="overview">Overview</a></h2>
<!--=========================================================================-->
<div class="doc_text">
@@ -34,7 +34,7 @@ developed against each.
</div>
<!--=========================================================================-->
-<div class="doc_section"><a name="compilation">Compile Flags</a></div>
+<h2><a name="compilation">Compile Flags</a></h2>
<!--=========================================================================-->
<div class="doc_text">
@@ -65,7 +65,7 @@ versions of LLVM in parallel. The following configure flags are relevant:
</div>
<!--=========================================================================-->
-<div class="doc_section"><a name="cxx-features">C++ Features</a></div>
+<h2><a name="cxx-features">C++ Features</a></h2>
<!--=========================================================================-->
<div class="doc_text">
@@ -78,7 +78,7 @@ versions of LLVM in parallel. The following configure flags are relevant:
</div>
<!--=========================================================================-->
-<div class="doc_section"><a name="shared-library">Shared Library</a></div>
+<h2><a name="shared-library">Shared Library</a></h2>
<!--=========================================================================-->
<div class="doc_text">
@@ -89,7 +89,7 @@ against it. This saves lots of binary size at the cost of some startup time.
</div>
<!--=========================================================================-->
-<div class="doc_section"><a name="deps">Dependencies</a></div>
+<h2><a name="deps">Dependencies</a></h2>
<!--=========================================================================-->
<div class="doc_text">