[llvm] [VFABI] Improve VFABI unit tests (PR #73907)

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 07:41:42 PST 2023


================
@@ -34,20 +35,22 @@ class VFABIParserTest : public ::testing::Test {
         << "The function must be present in the module\n";
----------------
huntergr-arm wrote:

I don't think we need to add a function with the mangled name (above) anymore; just having a module and the scalar function type is enough.

https://github.com/llvm/llvm-project/pull/73907


More information about the llvm-commits mailing list