diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-09-25 09:00:53 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-09-25 09:00:53 +0300 |
| commit | ed7150f2af189fd5b55e62c8ef49b00d70ba5d16 (patch) | |
| tree | 4060e6944f4d29bc9b40ae95b359db057dca6fa1 /compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs | |
| parent | 96736aeaeebf241a686fd906fb839e27ff93fab9 (diff) | |
| parent | 1b5aa96d6016bafe50e071b45d4d2e3c90fd766f (diff) | |
| download | rust-ed7150f2af189fd5b55e62c8ef49b00d70ba5d16.tar.gz rust-ed7150f2af189fd5b55e62c8ef49b00d70ba5d16.zip | |
Merge from rust-lang/rust
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs b/compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs index d7a4f105f3c..77821ca89bc 100644 --- a/compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/coverageinfo/ffi.rs @@ -121,7 +121,8 @@ mod mcdc { num_conditions: u16, } - // ConditionId in llvm is `unsigned int` at 18 while `int16_t` at [19](https://github.com/llvm/llvm-project/pull/81257) + // ConditionId in llvm is `unsigned int` at 18 while `int16_t` at + // [19](https://github.com/llvm/llvm-project/pull/81257). type LLVMConditionId = i16; /// Must match the layout of `LLVMRustMCDCBranchParameters`. |
