Skip to content

Commit

Permalink
Update Building.md (pytorch#4247)
Browse files Browse the repository at this point in the history
Summary:
minor editorial changes and corrections

Documentation:

[Optional Fixes #issue]
Pull Request resolved: pytorch#4247

Test Plan: Please see a detailed explanation of how to fill out the fields in the relevant sections in PULL_REQUEST.md.

Differential Revision: D20224848

Pulled By: jfix71

fbshipit-source-id: 5a36314fa764f5cd4f86141d60b3cf8c545e5691
  • Loading branch information
badenh authored and facebook-github-bot committed Mar 3, 2020
1 parent 08db9af commit 14e9e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ the test `OCLTest`.

### Supporting multiple targets

The JIT is able to target all environments supported by LLVM. If the
The JIT is able to target any/all environments supported by LLVM. If the
`build_llvm.sh` script is used to build LLVM for Glow, all the currently stable
architectures will be enabled. If you wish to control which architectures are
built, you can use the `LLVM_TARGETS_TO_BUILD` cmake parameter when building
Expand All @@ -60,7 +60,7 @@ LLVM.
## Building with the Sanitizers

The clang-sanitizer project provides a number of libraries which can be used with
compiler inserted instrumentation to find a variety of bugs at runtime. These
compiler-inserted instrumentation to find a variety of bugs at runtime. These
include memory issues due such as use-after-free or double-free. They can also
detect other types of problems like memory leaks. Glow can be built with the
sanitizers enabled using an additional parameter to cmake.
Expand Down

0 comments on commit 14e9e4c

Please sign in to comment.