I tried to cross compile d8 for arm64/Linux platform with TSAN enabled, but 
got error:
> src/codegen/interface-descriptors-inl.h:102:56: error: function 
'registers' with deduced return type cannot be used before it is defined

My args.gn:
`
is_component_build = false
is_debug = false
target_cpu = "arm64"
v8_target_cpu = "arm64"
is_tsan = true
`
V8 commit: dfd7a5a3c9f57795d09bf22ce80bec0e2e14c7b2.

Then I tried TSAN on x64/Linux platform, no errors occurred.
So I wonder is TSAN supported on platfroms like arm64/Linux? Thanks!

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/v8-dev/89dbfa29-8c7e-4eae-800f-815cfbb80443n%40googlegroups.com.

Reply via email to