[llvm] Cpu features cross platform (PR #205447)

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 04:07:58 PDT 2026


================
@@ -15,8 +17,9 @@
 #include <type_traits>
 namespace orc_rt {
 /// A simplification of what is in llvm/ADT/StringExtras.h
-/// Preserves the behaviour but removes tag dispatch
-/// Will assert if iterator is not a forward iterator.
+/// Preserving behaviour so we can switch if we ever pull
+/// a common util out of llvm. It removes the tag dispatch
+/// for simplicity sake. Added an assert to bail instead.
----------------
lhames wrote:

Is there a behavioural change to the StringExtras stuff in this commit, or is this just a comment fix? Either way this could probably be a separate patch.

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


More information about the llvm-commits mailing list