projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59a339a
)
Fix tsan doc
author
David Carlier
<devnexen@gmail.com>
Wed, 25 Jul 2018 14:27:14 +0000
(14:27 +0000)
committer
David Carlier
<devnexen@gmail.com>
Wed, 25 Jul 2018 14:27:14 +0000
(14:27 +0000)
llvm-svn: 337927
clang/docs/ThreadSanitizer.rst
patch
|
blob
|
history
diff --git
a/clang/docs/ThreadSanitizer.rst
b/clang/docs/ThreadSanitizer.rst
index
4a8db91
..
d1e2c65
100644
(file)
--- a/
clang/docs/ThreadSanitizer.rst
+++ b/
clang/docs/ThreadSanitizer.rst
@@
-22,6
+22,7
@@
ThreadSanitizer is supported on the following OS:
* Linux
* NetBSD
* FreeBSD
+
Support for other 64-bit architectures is possible, contributions are welcome.
Support for 32-bit platforms is problematic and is not planned.