Skip to content

Commit f9dc5f8

Browse files
committed
Merging r143348:
------------------------------------------------------------------------ r143348 | chapuni | 2011-10-31 04:21:59 -0700 (Mon, 31 Oct 2011) | 1 line docs/*.html: Appease W3C Checker to add "charset=utf-8". ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143609 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f1e68a8 commit f9dc5f8

18 files changed

+19
-1
lines changed

docs/AliasAnalysis.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>LLVM Alias Analysis Infrastructure</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

docs/BranchWeightMetadata.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>LLVM Branch Weight Metadata</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

docs/Bugpoint.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>LLVM bugpoint tool: design and usage</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

docs/CMake.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>Building LLVM with CMake</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

docs/CodingStandards.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<link rel="stylesheet" href="llvm.css" type="text/css">
67
<title>LLVM Coding Standards</title>
78
</head>

docs/DebuggingJITedCode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>Debugging JITed Code With GDB</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

docs/ExtendingLLVM.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>Extending LLVM: Adding instructions, intrinsics, types, etc.</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

docs/GoldPlugin.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>LLVM gold plugin</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

docs/HowToReleaseLLVM.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>How To Release LLVM To The Public</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

docs/HowToSubmitABug.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33
<html>
44
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
56
<title>How to submit an LLVM bug report</title>
67
<link rel="stylesheet" href="llvm.css" type="text/css">
78
</head>

0 commit comments

Comments
 (0)