[lld] [llvm] [hexagon] Bump the default version to v68 (PR #132304)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 19:56:56 PDT 2025


================
@@ -125,7 +125,7 @@ static cl::opt<bool>
 static cl::opt<bool> EnableHexagonCabac
   ("mcabac", cl::desc("tbd"), cl::init(false));
 
-static StringRef DefaultArch = "hexagonv60";
+static StringRef DefaultArch = "hexagonv68";
----------------
MaskRay wrote:

`constexpr StringRef defaultArch`

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


More information about the llvm-commits mailing list