[PATCH] D96852: [clang][SVE] Remove inline keyword from arm_sve.h

Joe Ellis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 06:21:26 PST 2021


joechrisellis added a comment.

> That makes sense and suggests we're missing some additional C++ testing?

Agreed -- this passes all tests at the moment, so we can do better test-wise. The error to do with the one definition rule would crop up at link time, though, so we'd need at least two compilation units to validate this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96852/new/

https://reviews.llvm.org/D96852



More information about the cfe-commits mailing list