irrt broken when nac3 is built inside msys2 #231
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#231
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LLVM built manually with:
iirt broken when nac3 is built inside msys2to irrt broken when nac3 is built inside msys2The iirt.bc has all the functions removed, due to the regex it would seem.
But I don't understand how it works on Linux because there is the same problem there.Clang output is identical on Linux and Windows.
This makes it work on Windows:
Except for end-of-line characters, which may be the source of the problem.
https://github.com/rust-lang/regex/issues/244