Skip to content

Commit 2913f5c

Browse files
committed
2 parents f31e21a + e68ccad commit 2913f5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ Cross-Compilation
242242

243243
To support cross-compilation WLLVM supports the `-target` triple used by clang.
244244
More information can be found
245-
[here.](https://clang.llvm.org/docs/CrossCompilation.html#target-triple).
245+
[here.](https://clang.llvm.org/docs/CrossCompilation.html#target-triple)
246246

247-
Additionall, WLLVM leverages `objcopy` for some of its heavy lifting. When
247+
Additionally, WLLVM leverages `objcopy` for some of its heavy lifting. When
248248
cross-compiling you must ensure to use the appropriate `objcopy` for the target
249249
architecture. The `BINUTILS_TARGET_PREFIX` environment variable can be used to
250250
set the objcopy of choice, for example, `arm-linux-gnueabihf`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
description='Whole Program LLVM',
2121
long_description=long_description,
2222
url='https://github.com/SRI-CSL/whole-program-llvm',
23-
author='Ian A. Mason, Tristan Ravitch, Dan Liew, Bruno Dutertre, Benjamin Schubert, Berkeley Churchill, Marko Dimjasevic, Will Dietz, Fabian Mager, Ben Liblit, Andrew Santosa, Tomas Kalibera, Loic Gelle, Joshua Cranmer, Alexander Bakst.',
23+
author='Ian A. Mason, Tristan Ravitch, Dan Liew, Bruno Dutertre, Benjamin Schubert, Berkeley Churchill, Marko Dimjasevic, Will Dietz, Fabian Mager, Ben Liblit, Andrew Santosa, Tomas Kalibera, Loic Gelle, Joshua Cranmer, Alexander Bakst, Miguel Arroyo.',
2424
author_email='iam@csl.sri.com',
2525

2626

0 commit comments

Comments
 (0)