Skip to content

Commit 3e50410

Browse files
committed
Cite LLVM instead of using footnote
1 parent f6f0bbe commit 3e50410

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/thesis.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,10 @@ @online{CoffeeScript
454454
url = {https://coffeescript.org/},
455455
urldate = {2020-07-15}
456456
}
457+
458+
@online{LLVM,
459+
title = {The {LLVM} Compiler Infrastructure},
460+
author = {{llvm-admin team}},
461+
url = {https://llvm.org/},
462+
urldate = {2020-07-27}
463+
}

src/thesis.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ \chapter{Introduction}
8989
mind, such as CoffeeScript\cite{CoffeeScript}, while others such as C or C++
9090
had the capability added by external alternative compilers.
9191
The Emscripten\cite{AboutEmscripten} project compiles
92-
LLVM\footnote{\url{http://llvm.org/}} intermediate representation software,
92+
LLVM\cite{LLVM} intermediate representation software,
9393
which can be generated from C/C++, to JavaScript.
9494
The resulting compiled program utilizes a subset of JavaScript's available
9595
syntax and operations, called asm.js, which is heavily optimized by JavaScript

0 commit comments

Comments
 (0)