Revert of Use third_party clang on Mac. (patchset #4 id:60001 of https://codereview...
authormachenbach <machenbach@chromium.org>
Mon, 29 Jun 2015 13:06:25 +0000 (06:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 29 Jun 2015 13:06:36 +0000 (13:06 +0000)
Reason for revert:
[Sheriff] Breaks mac on the main waterfall (though not on the tryserver):
http://build.chromium.org/p/client.v8/builders/V8%20Mac64/builds/3925

Original issue's description:
> Use third_party clang on Mac.
>
> BUG=
>
> Committed: https://crrev.com/57b20413294940476ab2b2e71ed0802aaf8c223f
> Cr-Commit-Position: refs/heads/master@{#29343}

TBR=danno@chromium.org,jkummerow@chromium.org,paul.lind@imgtec.com,akos.palfi@imgtec.com,balazs.kilvady@imgtec.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=

Review URL: https://codereview.chromium.org/1217823003

Cr-Commit-Position: refs/heads/master@{#29345}

build/standalone.gypi

index a82eddb..2cd0b51 100644 (file)
           }],
           ['clang==1', {
             'xcode_settings': {
-              'CC': '<(clang_dir)/bin/clang',
-              'LDPLUSPLUS': '<(clang_dir)/bin/clang++',
               'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
               'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x',  # -std=gnu++0x
-              'CLANG_CXX_LIBRARY': 'libc++',
             },
           }],
         ],