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:
7b65b1e
)
[libunwind] Fix incorrect lit substitutions in tests
author
Louis Dionne
<ldionne@apple.com>
Wed, 8 Apr 2020 14:48:22 +0000
(10:48 -0400)
committer
Louis Dionne
<ldionne@apple.com>
Wed, 8 Apr 2020 14:50:09 +0000
(10:50 -0400)
The LIT substitutions used in libunwind are the same as those from
libc++, and we forgot to update the libunwind tests after the libc++
substitutions started being delimited by braces.
libunwind/test/remember_state_leak.pass.sh.s
patch
|
blob
|
history
diff --git
a/libunwind/test/remember_state_leak.pass.sh.s
b/libunwind/test/remember_state_leak.pass.sh.s
index 821ee926eec89e369899d964fab36de9cef311ff..eb363d0102a80c41e7c5065daba56758141fe44c 100644
(file)
--- a/
libunwind/test/remember_state_leak.pass.sh.s
+++ b/
libunwind/test/remember_state_leak.pass.sh.s
@@
-1,6
+1,6
@@
# REQUIRES: x86, linux
-# RUN: %
build
-target x86_64-unknown-linux-gnu
-# RUN: %
run
+# RUN: %
{build}
-target x86_64-unknown-linux-gnu
+# RUN: %
{run}
# The following assembly is a translation of this code:
#