[llvm] [LLVM][Demangle] Fix MS Demangler to be stricter about wide string literals (PR #134483)

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 7 06:17:59 PDT 2025


================
@@ -70,6 +70,8 @@ Changes to LLVM infrastructure
 
 * Removed support for target intrinsics being defined in the target directories
   themselves (i.e., the `TargetIntrinsicInfo` class).
+* Fix Microsoft demanling of string literals to be stricter
+  ([Fixes 129970](https://github.com/llvm/llvm-project/issues/129970))
----------------
AaronBallman wrote:

```suggestion
  (#GH129970)
```

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


More information about the llvm-commits mailing list