Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dylan Yudaken
GHC
Commits
c8636da5
Commit
c8636da5
authored
Jan 07, 2020
by
Sylvain Henry
Committed by
Marge Bot
Jan 12, 2020
Browse files
Fix LANG=C for readelf invocation in T14999
The test fails when used with LANG=fr_FR.UTF-8
parent
f732dbec
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/codeGen/should_compile/Makefile
View file @
c8636da5
...
...
@@ -34,7 +34,7 @@ debug:
T14999
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-O2
-g
-c
T14999.cmm
-o
T14999.o
gdb
--batch
-ex
'file T14999.o'
-ex
'disassemble stg_catch_frame_info'
--nx
|
tr
-s
'[[:blank:]\n]'
readelf
--debug-dump
=
frames-interp T14999.o |
tr
-s
'[[:blank:]\n]'
LANG
=
C
readelf
--debug-dump
=
frames-interp T14999.o |
tr
-s
'[[:blank:]\n]'
T15196
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
-O
-ddump-asm
T15196.hs |
grep
"jp "
;
echo
$$
?
...
...
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