mirror of
https://github.com/danog/gllvm.git
synced 2024-11-27 01:24:44 +01:00
golinting [ci skip]
This commit is contained in:
parent
d84ff829af
commit
6753155289
@ -2,12 +2,12 @@ package main
|
||||
|
||||
const (
|
||||
// Environment variables
|
||||
envCONFIGUREONLY = "GLLVM_CONFIGURE_ONLY"
|
||||
envTOOLSPATH = "GLLVM_TOOLS_PATH"
|
||||
envCONFIGUREONLY = "GLLVM_CONFIGURE_ONLY"
|
||||
envTOOLSPATH = "GLLVM_TOOLS_PATH"
|
||||
envCCOMPILERNAME = "GLLVM_CC_NAME"
|
||||
envCXXCOMPILERNAME = "GLLVM_CXX_NAME"
|
||||
envLINKERNAME = "GLLVM_LINK_NAME"
|
||||
envARNAME = "GLLVM_AR_NAME"
|
||||
envLINKERNAME = "GLLVM_LINK_NAME"
|
||||
envARNAME = "GLLVM_AR_NAME"
|
||||
envBCSTOREPATH = "GLLVM_BC_STORE"
|
||||
|
||||
// Gllvm functioning (once we have it working we can change the W to G; but for the time being leave it so that extract-bc works)
|
||||
|
Loading…
Reference in New Issue
Block a user