mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
generic ret hardening test
This commit is contained in:
parent
c113030f6b
commit
a13239dac2
@ -0,0 +1,13 @@
|
||||
// Test LVI ret hardening on generic rust code
|
||||
|
||||
// assembly-output: emit-asm
|
||||
// compile-flags: --crate-type staticlib
|
||||
// only-x86_64-fortanix-unknown-sgx
|
||||
|
||||
#[no_mangle]
|
||||
pub extern fn myret() {}
|
||||
// CHECK: myret:
|
||||
// CHECK: popq [[REGISTER:%[a-z]+]]
|
||||
// CHECK-NEXT: lfence
|
||||
// CHECK-NEXT: jmpq *[[REGISTER]]
|
||||
|
Loading…
Reference in New Issue
Block a user