Keep everything happy.

This commit is contained in:
Ian A Mason 2017-06-30 13:25:05 -07:00
parent b40fcb6e00
commit b1bd4fb11a

View File

@ -6,7 +6,7 @@ import (
const (
//The name of our ELF section of "bitcode paths".
ELFSectionName = ".llvm_bc"
ELFSectionName = ".llvm_bc"
//The name of our MACH-O segment of "bitcode paths".
DarwinSegmentName = "__WLLVM"
//The name of our MACH-O section of "bitcode paths".
@ -15,12 +15,16 @@ const (
//The user configured directory holding the LLVM binary tools.
var LLVMToolChainBinDir string
//The user configured name of the clang compiler.
var LLVMCCName string
//The user configured name of the clang++ compiler.
var LLVMCXXName string
//The user configured name of the llvm-ar.
var LLVMARName string
//The user configured name of the llvm-link.
var LLVMLINKName string