Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libbacktrace
Project
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
Chen Yisong
libbacktrace
Commits
dedbe13f
Commit
dedbe13f
authored
Jan 18, 2021
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libbacktrace: don't fail tests if dwz fails
* Makefile.am (%_dwz): If dwz fails, use uncompressed debug info. * Makefile.in: Regenerate.
parent
09665040
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
Makefile.am
Makefile.am
+7
-3
Makefile.in
Makefile.in
+8
-4
No files found.
Makefile.am
View file @
dedbe13f
...
...
@@ -304,9 +304,13 @@ if HAVE_DWZ
rm
-f
$@
$@
_common.debug
cp
$<
$@
_1
cp
$<
$@
_2
$(DWZ)
-m
$@
_common.debug
$@
_1
$@
_2
rm
-f
$@
_2
mv
$@
_1
$@
if
$(DWZ)
-m
$@
_common.debug
$@
_1
$@
_2
;
then
\
rm
-f
$@
_2
;
\
mv
$@
_1
$@
;
\
else
\
echo
"Ignoring dwz errors, assuming that test passes"
;
\
cp
$<
$@
;
\
fi
TESTS
+=
btest_dwz
...
...
Makefile.in
View file @
dedbe13f
...
...
@@ -15,7 +15,7 @@
@SET_MAKE@
# Makefile.am -- Backtrace Makefile.
# Copyright (C) 2012-202
0
Free Software Foundation, Inc.
# Copyright (C) 2012-202
1
Free Software Foundation, Inc.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
@@ -2459,9 +2459,13 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
rm
-f
$@
$@_common.debug
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
cp
$<
$@_1
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
cp
$<
$@_2
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
$(DWZ)
-m
$@_common.debug
$@_1
$@_2
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
rm
-f
$@_2
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
mv
$@_1
$@
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
if
$(DWZ)
-m
$@_common.debug
$@_1
$@_2;
then
\
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
rm
-f
$@_2;
\
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
mv
$@_1
$@;
\
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
else
\
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
echo
"Ignoring dwz errors, assuming that test passes"
;
\
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
cp
$<
$@;
\
@HAVE_DWZ_TRUE@@NATIVE_TRUE@
fi
@NATIVE_TRUE@edtest2_build.c
:
gen_edtest2_build; @true
@NATIVE_TRUE@gen_edtest2_build
:
$(srcdir)/edtest2.c
...
...
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