mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
add a comment explaining why darwin/i386 uses ## as a comment.
It's not clear why this is really required, but it was explicitly added in r48808 with no real explanation or rdar #. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96438 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f7ecdeb1d
commit
feeb93ecd2
@ -55,6 +55,8 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
|
||||
if (!is64Bit)
|
||||
Data64bitsDirective = 0; // we can't emit a 64-bit unit
|
||||
|
||||
// Use ## as a comment string so that .s files generated by llvm can go
|
||||
// through the GCC preprocessor without causing an error.
|
||||
CommentString = "##";
|
||||
PCSymbol = ".";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user