Skip to content

Commit d14effa

Browse files
committed
Test CI
1 parent b298254 commit d14effa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ impl CodegenBackend for GccCodegenBackend {
9595
let _int128_ty = check_context.new_c_type(CType::UInt128t);
9696
check_context.compile();
9797
*self.supports_128bit_integers.lock().expect("lock") = check_context.get_last_error() == Ok(None);
98+
println!("128-bit integers are supported: {}", self.supports_128bit_integers.lock().expect("lock"));
9899
}
99100

100101
fn codegen_crate<'tcx>(&self, tcx: TyCtxt<'tcx>, metadata: EncodedMetadata, need_metadata_module: bool) -> Box<dyn Any> {

0 commit comments

Comments
 (0)