[llvm] Cpu features cross platform (PR #205447)
Jared Wyles via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 04:11:46 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.
----------------
jaredwy wrote:
Nope just opportunistic wording change
https://github.com/llvm/llvm-project/pull/205447
More information about the llvm-commits
mailing list