Skip to content

Commit

Permalink
Cite LLVM instead of using footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmischka committed Jul 27, 2020
1 parent f6f0bbe commit 3e50410
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/thesis.bib
Original file line number Diff line number Diff line change
Expand Up @@ -454,3 +454,10 @@ @online{CoffeeScript
url = {https://coffeescript.org/},
urldate = {2020-07-15}
}

@online{LLVM,
title = {The {LLVM} Compiler Infrastructure},
author = {{llvm-admin team}},
url = {https://llvm.org/},
urldate = {2020-07-27}
}
2 changes: 1 addition & 1 deletion src/thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ \chapter{Introduction}
mind, such as CoffeeScript\cite{CoffeeScript}, while others such as C or C++
had the capability added by external alternative compilers.
The Emscripten\cite{AboutEmscripten} project compiles
LLVM\footnote{\url{http://llvm.org/}} intermediate representation software,
LLVM\cite{LLVM} intermediate representation software,
which can be generated from C/C++, to JavaScript.
The resulting compiled program utilizes a subset of JavaScript's available
syntax and operations, called asm.js, which is heavily optimized by JavaScript
Expand Down

0 comments on commit 3e50410

Please sign in to comment.