[llvm] Treat ';' and '\n' as assembly instruction separators in collectAsmInstrs (PR #149365)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 21:11:30 PDT 2025
https://github.com/MaskRay requested changes to this pull request.
This would break Mach-O, which uses `;` as a comment marker.
See `CommentString = ";";` in MCAsmInfo.cpp files. Unfortunately, IR cannot depend on MC..
https://github.com/llvm/llvm-project/pull/149365
More information about the llvm-commits
mailing list