diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-03-11 21:22:57 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-03-11 21:22:57 +0000 |
commit | a063bdde8d54291b364398ecbab2ca687b52461c (patch) | |
tree | 7598f42994c166e9122c3f547c7ef200455b3856 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 7868c329788b2461e7bb47e6600f2dee3c47be6c (diff) | |
download | llvm-a063bdde8d54291b364398ecbab2ca687b52461c.zip llvm-a063bdde8d54291b364398ecbab2ca687b52461c.tar.gz llvm-a063bdde8d54291b364398ecbab2ca687b52461c.tar.bz2 |
Simplify a really complicated check for Arch == X86_64.
The function hasReliableSymbolDifference had exactly one use in the MachO
writer. It is also only true for X86_64. In fact, the comments refers to
"Darwin x86_64" and everything else, so this makes the code match the
comment.
If this is to be abstracted again, it should be a property of
TargetObjectWriter, like useAggressiveSymbolFolding.
llvm-svn: 203605
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions