mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 08:09:01 +01:00
Keep everything happy.
This commit is contained in:
parent
b40fcb6e00
commit
b1bd4fb11a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user