[translation:ERROR] CompilationError: CompilationError(err="""
	Undefined symbols for architecture x86_64:
	  "_commit_buffer", referenced from:
	      _flush_codes in vmprof_unix.o
	      _sigprof_handler in vmprof_unix.o
	      _vmprof_disable in vmprof_unix.o
	      _vmprof_register_virtual_function in vmprof_unix.o
	  "_prepare_concurrent_bufs", referenced from:
	      _vmprof_init in vmprof_common.o
	  "_reserve_buffer", referenced from:
	      _sigprof_handler in vmprof_unix.o
	      _vmprof_register_virtual_function in vmprof_unix.o
	  "_shutdown_concurrent_bufs", referenced from:
	      _vmprof_disable in vmprof_unix.o
	ld: symbol(s) not found for architecture x86_64
	clang: error: linker command failed with exit code 1 (use -v to see invocation)
	""")