[PATCH] D144384: Bump RV32E version to 2.0
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 23 04:30:10 PDT 2023
foad added a comment.
This patch is triggering a unit test failure in my Release+Asserts build with all targets enabled:
FAIL: LLVM-Unit :: Support/./SupportTests/7/42 (1 of 1326)
******************** TEST 'LLVM-Unit :: Support/./SupportTests/7/42' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/jayfoad2/llvm-release/unittests/Support/./SupportTests-LLVM-Unit-3022784-7-42.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=42 GTEST_SHARD_INDEX=7 /home/jayfoad2/llvm-release/unittests/Support/./SupportTests
--
Script:
--
/home/jayfoad2/llvm-release/unittests/Support/./SupportTests --gtest_filter=ParseArchString.AcceptsSupportedBaseISAsAndSetsXLenAndFLen
--
/home/jayfoad2/git/llvm-project/llvm/unittests/Support/RISCVISAInfoTest.cpp:144: Failure
Value of: ExtsRV32E.at("e") == (RISCVExtensionInfo{1, 9})
Actual: false
Expected: true
/home/jayfoad2/git/llvm-project/llvm/unittests/Support/RISCVISAInfoTest.cpp:144
Value of: ExtsRV32E.at("e") == (RISCVExtensionInfo{1, 9})
Actual: false
Expected: true
********************
********************
Failed Tests (1):
LLVM-Unit :: Support/./SupportTests/ParseArchString/AcceptsSupportedBaseISAsAndSetsXLenAndFLen
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144384/new/
https://reviews.llvm.org/D144384
More information about the llvm-commits
mailing list