Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
5cba83a8
Commit
5cba83a8
authored
Nov 21, 2012
by
Kostya Serebryany
Committed by
Kostya Serebryany
Nov 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extend libsanitizer/README.gcc
From-SVN: r193698
parent
aaaefb9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
+19
-4
libsanitizer/ChangeLog
+4
-0
libsanitizer/README.gcc
+15
-4
No files found.
libsanitizer/ChangeLog
View file @
5cba83a8
2012-11-21 Kostya Serebryany <kcc@google.com>
* README.gcc: Extend the README.gcc with mode details.
2012-11-20 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
2012-11-20 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
* sanitizer_common/sanitizer_linux.cc
* sanitizer_common/sanitizer_linux.cc
...
...
libsanitizer/README.gcc
View file @
5cba83a8
The AddressSanitizer (http://code.google.com/p/address-sanitizer) is
AddressSanitizer (http://code.google.com/p/address-sanitizer) and
a project developed by Google Inc. The source files of the project
ThreadSanitizer (http://code.google.com/p/thread-sanitizer/) are
are hosted at http://llvm.org/svn/llvm-project/compiler-rt. These files
projects initially developed by Google Inc.
are the ones in the asan subdirectory of that project.
Both tools consist of a compiler module and a run-time library.
The sources of the run-time library for these projects are hosted at
http://llvm.org/svn/llvm-project/compiler-rt in the following directories:
include/sanitizer
lib/sanitizer_common
lib/interception
lib/asan
lib/tsan
Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
GCC tree. All non-trivial changes, functionality improvements, etc. should go
through the upstream tree first and then be merged back to the GCC tree.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment