Get rid of the .globl directive in the assembly output.

This commit is contained in:
Jeremy Rand 2016-05-12 20:39:27 -04:00
parent acc21bea81
commit 4cc95195f4
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ WDC65816MCAsmInfo::WDC65816MCAsmInfo(StringRef TT) {
// Diable the ".size" parameter
HasDotTypeDotSizeDirective = false;
// WDC_TODO: Can we just disable this?
GlobalDirective = "; Global symbol - ";
#if 0 // WDC_TODO - Do I need any of this?
Data16bitsDirective = "\t.half\t";
Data32bitsDirective = "\t.word\t";