You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
values/mod.rs line 228 expects section to be a &str, but a conditional compilation block uses format! to modify section, making it a String. This was introduced by #398.
To Reproduce
Build on MacOS
Expected Behavior
Build success
LLVM Version (please complete the following information):
LLVM Version: [e.g. 6.0]
18.0
Inkwell Branch Used: [e.g. llvm6-0]
Master
Desktop (please complete the following information):
OS: [e.g. Ubuntu 16.04, Windows 10]
MacOS 13.3 and 13.4 (Aarch64 and x86)
Additional Context
I'm opening a PR with a fix after a MacOS machine runs a test on the fixed version
The text was updated successfully, but these errors were encountered:
Describe the Bug
values/mod.rs line 228 expects section to be a &str, but a conditional compilation block uses format! to modify section, making it a String. This was introduced by #398.
To Reproduce
Build on MacOS
Expected Behavior
Build success
LLVM Version (please complete the following information):
18.0
Master
Desktop (please complete the following information):
MacOS 13.3 and 13.4 (Aarch64 and x86)
Additional Context
I'm opening a PR with a fix after a MacOS machine runs a test on the fixed version
The text was updated successfully, but these errors were encountered: