mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 00:57:54 +00:00
Print comments with ;
llvm-svn: 15881
This commit is contained in:
parent
b8703980b4
commit
7ab985b9a2
@ -45,6 +45,7 @@ namespace {
|
||||
|
||||
PPC32AsmPrinter(std::ostream &O, TargetMachine &TM)
|
||||
: AsmPrinter(O, TM), LabelNumber(0) {
|
||||
CommentChar = ";";
|
||||
GlobalPrefix = "_";
|
||||
ZeroDirective = "\t.space\t"; // ".space N" emits N zeros.
|
||||
Data64bitsDirective = 0; // we can't emit a 64-bit unit
|
||||
|
Loading…
x
Reference in New Issue
Block a user