| commit | 35de35d03fdd94ad119e296d1ff58a9607abd513 | [log] [tgz] |
|---|---|---|
| author | Renato Golin <renato.golin@linaro.org> | Tue May 12 10:33:58 2015 +0000 |
| committer | Renato Golin <renato.golin@linaro.org> | Tue May 12 10:33:58 2015 +0000 |
| tree | b49c13971d9d714c769ca70e4f6b5cc2f49d76a8 | |
| parent | 1f14920437abf5bc8491f6fe0b3a9e6436ce510a [diff] |
Change TargetParser enum names to avoid macro conflicts (llvm) 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: 237112