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
c831801d
Commit
c831801d
authored
Jan 24, 2017
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jan 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.tgt: Enable tsan and lsan on powerpc64{,le}-*-linux*.
From-SVN: r244854
parent
5f407e57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
libsanitizer/ChangeLog
+2
-0
libsanitizer/configure.tgt
+6
-1
No files found.
libsanitizer/ChangeLog
View file @
c831801d
2017-01-24 Jakub Jelinek <jakub@redhat.com>
2017-01-24 Jakub Jelinek <jakub@redhat.com>
* configure.tgt: Enable tsan and lsan on powerpc64{,le}-*-linux*.
PR sanitizer/79168
PR sanitizer/79168
* merge.sh (change_comment_headers): Don't remove 2nd and 3rd line
* merge.sh (change_comment_headers): Don't remove 2nd and 3rd line
if the 3rd line doesn't contain 'The LLVM Compiler Infrastructure'
if the 3rd line doesn't contain 'The LLVM Compiler Infrastructure'
...
...
libsanitizer/configure.tgt
View file @
c831801d
# -*- shell-script -*-
# -*- shell-script -*-
# Copyright (C) 2012 Free Software Foundation, Inc.
# Copyright (C) 2012
-2017
Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
@@ -31,6 +31,11 @@ case "${target}" in
...
@@ -31,6 +31,11 @@ case "${target}" in
fi
fi
;;
;;
powerpc*-*-linux*)
powerpc*-*-linux*)
if test x$ac_cv_sizeof_void_p = x8; then
TSAN_SUPPORTED=yes
LSAN_SUPPORTED=yes
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_ppc64.lo
fi
;;
;;
sparc*-*-linux*)
sparc*-*-linux*)
;;
;;
...
...
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