mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
daniel remembered why this was needed.
llvm-svn: 96440
This commit is contained in:
parent
ff307a48c2
commit
e93c85eb5e
@ -56,7 +56,10 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
|
||||
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.
|
||||
// through the GCC preprocessor without causing an error. This is needed
|
||||
// because "clang foo.s" runs the C preprocessor, which is usually reserved
|
||||
// for .S files on other systems. Perhaps this is because the file system
|
||||
// wasn't always case preserving or something.
|
||||
CommentString = "##";
|
||||
PCSymbol = ".";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user