mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 14:06:36 +00:00
Remove support for i386 tiger tools for aligned common symbols.
Previously we would just silently miscompile code that used aligned common's, now at least you'll get a build error. tiger-ppc already triggered the build error because it didn't have a version of this logic. llvm-svn: 94412
This commit is contained in:
parent
3db729e661
commit
355085f393
@ -55,9 +55,6 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
|
||||
if (!is64Bit)
|
||||
Data64bitsDirective = 0; // we can't emit a 64-bit unit
|
||||
|
||||
// Leopard and above support aligned common symbols.
|
||||
COMMDirectiveTakesAlignment = Triple.getDarwinMajorNumber() >= 9;
|
||||
|
||||
CommentString = "##";
|
||||
PCSymbol = ".";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user