"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "67d4811dc10db1bdb8635993560b175d77101157"
ccc: Introduce ToolChains for mapping Actions to Tools which can
perform them. - A ToolChain is a coherent set of tools use in a compilation process. The idea is that a ToolChain holds roughly the information (specs, search paths, etc.) that is in a single gcc binary. - The default ToolChain is selected by the host and will generally correspond to what the default system compiler would do. However, this can be over-riden for a variety of purposes, for example the by the driver driver or for testing. llvm-svn: 62021
Loading
Please register or sign in to comment