mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
I need Triple information, 10.6 shouldn't set this, it bloats
object files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
24def37c85
commit
21e1e81aa6
@ -37,8 +37,9 @@ DarwinTargetAsmInfo::DarwinTargetAsmInfo() {
|
||||
HiddenDirective = "\t.private_extern ";
|
||||
|
||||
// _foo.eh symbols are currently always exported so that the linker knows
|
||||
// about them. This may not strictly be necessary on 10.6 and later, but it
|
||||
// about them. This is not necessary on 10.6 and later, but it
|
||||
// doesn't hurt anything.
|
||||
// FIXME: I need to get this from Triple.
|
||||
Is_EHSymbolPrivate = false;
|
||||
|
||||
DwarfAbbrevSection = ".section __DWARF,__debug_abbrev,regular,debug";
|
||||
|
Loading…
Reference in New Issue
Block a user