Configuration: Release x64 ------
1>lld-link : error : undefined symbol: __declspec(dllimport) class 
std::unique_ptr<class v8::Platform, struct std::default_delete<class 
v8::Platform>> __cdecl v8::platform::*NewDefaultPlatform*(int, enum 
v8::platform::IdleTaskSupport, enum v8::platform::InProcessStackDumping, 
class std::unique_ptr<class v8::TracingController, struct 
std::default_delete<class v8::TracingController>>, enum 
v8::platform::PriorityMode)

1>lld-link : error : undefined symbol: __declspec(dllimport) public: class 
std::shared_ptr<class v8::BackingStore> __cdecl v8::ArrayBuffer::
*GetBackingStore*(void)

has anyone faced similar issues ? if yes, please share your inputs.

*args.gn*

is_component_build = true
is_debug = false
target_cpu = "x64"
v8_enable_sandbox = false
v8_enable_backtrace = true
v8_enable_disassembler = false
v8_enable_object_print = true
v8_enable_verify_heap = true
dcheck_always_on = false
v8_enable_i18n_support = false
v8_enable_object_print = true
v8_use_external_startup_data = true
treat_warnings_as_errors = false
is_clang = true  
use_lld = true
v8_enable_fast_torque = false
v8_enable_pointer_compression = true
v8_static_library = false
v8_monolithic = false

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/7fdae38f-1d61-42b3-834f-3a14267ff5e9n%40googlegroups.com.

Reply via email to