mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Remove the last hasRawTextSupport call from R600.
There is nothing wrong with printing the disassembly section when printing text. An hypothetical assembler would then produce a .o just like our direct object emission produces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b8f1606076
commit
9d96045528
@ -47,8 +47,7 @@ extern "C" void LLVMInitializeR600AsmPrinter() {
|
||||
|
||||
AMDGPUAsmPrinter::AMDGPUAsmPrinter(TargetMachine &TM, MCStreamer &Streamer)
|
||||
: AsmPrinter(TM, Streamer) {
|
||||
DisasmEnabled = TM.getSubtarget<AMDGPUSubtarget>().dumpCode() &&
|
||||
! Streamer.hasRawTextSupport();
|
||||
DisasmEnabled = TM.getSubtarget<AMDGPUSubtarget>().dumpCode();
|
||||
}
|
||||
|
||||
/// We need to override this function so we can avoid
|
||||
|
Loading…
x
Reference in New Issue
Block a user