mirror of
https://github.com/danog/gllvm.git
synced 2025-01-22 22:02:53 +01:00
Keep everything happy.
This commit is contained in:
parent
b1bd4fb11a
commit
4956d87f8a
@ -5,11 +5,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
//The name of our ELF section of "bitcode paths".
|
||||
//ELFSectionName is the name of our ELF section of "bitcode paths".
|
||||
ELFSectionName = ".llvm_bc"
|
||||
//The name of our MACH-O segment of "bitcode paths".
|
||||
//DarwinSegmentName is the name of our MACH-O segment of "bitcode paths".
|
||||
DarwinSegmentName = "__WLLVM"
|
||||
//The name of our MACH-O section of "bitcode paths".
|
||||
//DarwinSectionName is the name of our MACH-O section of "bitcode paths".
|
||||
DarwinSectionName = "__llvm_bc"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user