Change TargetParser enum names to avoid macro conflicts (clang)
authorRenato Golin <renato.golin@linaro.org>
Tue, 12 May 2015 10:34:10 +0000 (10:34 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 12 May 2015 10:34:10 +0000 (10:34 +0000)
commitcb3b0c6eeb850fd55398ea92aef38777f33e172b
tree76e918eda59c4b1c9bbc477781854381df75c86f
parent35de35d03fdd94ad119e296d1ff58a9607abd513
Change TargetParser enum names to avoid macro conflicts (clang)

sys/time.h on Solaris (and possibly other systems) defines "SEC" as "1"
using a cpp macro.  The result is that this fails to compile.

Fixes https://llvm.org/PR23482

llvm-svn: 237113
clang/lib/Driver/Tools.cpp