rust-mos icon indicating copy to clipboard operation
rust-mos copied to clipboard

Empowering everyone to build reliable and efficient software.

Results 8 rust-mos issues
Sort by recently updated
recently updated
newest added

On a fresh install for LLVM-MOS, LLVM-MOS-SDK, RUST-MOS git latest all, default branch, would have loved to try out one of your examples (pi calculations) from here: https://github.com/mrk-its/aoc2022/tree/main/pi Compile complained...

following rust program https://github.com/mrk-its/aoc2022/blob/new_rust/pi/src/main.rs produces bad result: ``` $ cargo run -p pi --release 100 pi: -2147450880 47611328 cycles ``` changing casting to `to_int_unchecked` produces proper result: ``` $ cargo...

bug
rust_178

Unable to compile using command line from README CMake Error at cmake/modules/LLVMDistributionSupport.cmake:276 (message): Specified distribution component 'clang-apply-replacements' doesn't have an install target Call Stack (most recent call first): CMakeLists.txt:1316 (llvm_distribution_add_targets)...

Currently we need to build core each time via unstable [build-std](https://doc.rust-lang.org/cargo/reference/unstable.html#build-std) featue

enhancement

**Update**: _The error can be reproduced by simply an empty code block, `{}`_. This code ```rust use ufmt_stdio::*; d_println!("this is shown only in Debug mode") ``` causes a compilation error...

Thanks for your work on this project! When compiling `llvm-wrapper/PassWrapper.cpp` I get this error: ``` cargo:warning=llvm-wrapper/PassWrapper.cpp:321:57: error: no member named 'getCPUTable' in 'llvm::MCSubtargetInfo' cargo:warning= const ArrayRef CPUTable = MCInfo->getCPUTable(); cargo:warning=...

It would be great to use llvm-mos release for it: https://github.com/llvm-mos/llvm-mos/issues/273 https://github.com/llvm-mos/llvm-mos/issues/275

enhancement

Transferred from email thread: Hi, @mrk-its, I was delighted to see your rust-mos​ crate. I followed the installation instructions and am getting a failure on the very last line. (So...