cant make this a const because its not a const fn on stable yet :(
()
| 42 | |
| 43 | // cant make this a const because its not a const fn on stable yet :( |
| 44 | fn empty_cstr() -> &'static CStr { |
| 45 | unsafe { CStr::from_bytes_with_nul_unchecked(b"\0") } |
| 46 | } |
| 47 | |
| 48 | /// Empty string, to be used where LLVM expects an instruction name, indicating |
| 49 | /// that the instruction is to be left unnamed (i.e. numbered, in textual IR). |