mirror of
https://github.com/corda/corda.git
synced 2025-06-23 17:53:31 +00:00
Add sgx build, documentation, verify-enclave
This commit is contained in:
9
sgx-jvm/jvm-enclave/enclave/linkerscript.lds
Normal file
9
sgx-jvm/jvm-enclave/enclave/linkerscript.lds
Normal file
@ -0,0 +1,9 @@
|
||||
cordaenclave.so
|
||||
{
|
||||
global:
|
||||
g_global_data_sim;
|
||||
g_global_data;
|
||||
enclave_entry;
|
||||
local:
|
||||
*;
|
||||
};
|
Reference in New Issue
Block a user