[LLVMdev] compiler-rt 'make install' only installs the BlocksRuntime files

Mark Heily mark at heily.com
Tue Jun 15 17:33:59 PDT 2010


I'm creating a binary package of compiler-rt for Debian and have a question 
about the build process. I followed the instructions on the compiler-rt 
homepage and built compiler-rt under Linux, but the 'make install' target 
only installs the following three files:

	-- Installing: /usr/local/lib/libBlocksRuntime.so
	-- Installing: /usr/local/include/Block.h
	-- Installing: /usr/local/include/Block_private.h

Is this the expected behavior, or is there a configuration flag that I need 
to set in order to get the rest of the library to install? I'm mainly 
interested in the Blocks runtime at the moment; will it work correctly 
without the rest of the compiler-rt runtime?

Regards,

  - Mark



More information about the llvm-dev mailing list