[PATCH] D77924: ld128 demangle: allow space for 'L' suffix.
Vlad Vereschaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 14:41:38 PDT 2020
vvereschaka added a comment.
I ran the test directly on our aarch64 board. The output is the following
ubuntu at jetson8:~$ ./t.tmp.exe
Testing 29715 symbols.
1ILeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE -> <-0x1.cecececececececececececececep+11983
Got instead: <-0x1.cecececececececececececececep+11983L>
t.tmp.exe: C:/buildbot/temp/llvm-project/libcxxabi/test/test_demangle.pass.cpp:30001: void testFPLiterals(): Assertion `false' failed.
Aborted (core dumped)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77924/new/
https://reviews.llvm.org/D77924
More information about the llvm-commits
mailing list