generic ret hardening test

This commit is contained in:
Raoul Strackx 2020-03-19 15:47:22 +01:00
parent c113030f6b
commit a13239dac2

View File

@ -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]]