summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-07-14 23:34:44 -0700
committerAndreas Gampe <agampe@google.com>2015-07-21 08:09:25 -0700
commit4360be281a5f938e1762a1e3ec3b8a949ba05ff3 (patch)
tree6d66f56c4726b5f3530d8c5d4a50133acf4626da /compiler/optimizing/graph_visualizer.cc
parent479ebe076561e4a48129ab0c78cf8ca93c44baf6 (diff)
ART: Remove some of the Mac craziness
We rely on new-enough Clang/LLVM builds nowadays. The integrated assembler supports named parameters. Throw away most of the old duplication (effectively cutting support for older Clang versions). The only required duplications are: 1) Clang as does not support .altmacro. However, the Clang preprocessor works different wrt/ the GCC preprocessor and does not give us trouble with inserted spaces. 2) On the Mac, symbols are prefixed with an underscore. This should help to avoid breaking the Mac build when changing the assembly code, and prepare for a complete Clang-only build for x86 and x86-64. Switching to the integrated assembler for the host build may be done in a follow-up CL. Bug: 17443165 Change-Id: I1a077d4b612abc2b1b851c1bdabb5008a52e5aa6
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions