[Libre-soc-bugs] [Bug 673] New: Port power-instruction-analyzer to use new asm! macro instead of to-be-removed llvm_asm! macro
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Wed Aug 25 03:28:19 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=673
Bug ID: 673
Summary: Port power-instruction-analyzer to use new asm! macro
instead of to-be-removed llvm_asm! macro
Product: Libre-SOC's first SoC
Version: unspecified
Hardware: PC
OS: Linux
Status: IN_PROGRESS
Severity: enhancement
Priority: High
Component: Source Code
Assignee: programmerjake at gmail.com
Reporter: programmerjake at gmail.com
CC: libre-soc-bugs at lists.libre-soc.org,
programmerjake at gmail.com
NLnet milestone: ---
Rust's llvm_asm! macro was never intended to be stabilized, switch to using the
new asm! macro that will be stabilized.
new asm! macro RFC:
https://github.com/rust-lang/rfcs/pull/2843
Currently blocked on asm! gaining support for clobbering xer and cr:
https://github.com/rust-lang/rust/issues/88315
WIP branch:
https://salsa.debian.org/Kazan-team/power-instruction-analyzer/-/tree/update-for-new-asm
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list