[
https://issues.apache.org/jira/browse/TS-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491598#comment-14491598
]
Leif Hedstrom commented on TS-3227:
-----------------------------------
Hmmm, I just compiled with the latest clang on OS X:
{code}
heimdall (12:18) 297/0 $ clang --version
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
{code}
And it doesn't complain about dumpspecs.
> LuaJit doesn't properly compile with clang
> ------------------------------------------
>
> Key: TS-3227
> URL: https://issues.apache.org/jira/browse/TS-3227
> Project: Traffic Server
> Issue Type: Bug
> Components: Lua
> Reporter: Igor Galić
> Fix For: 6.0.0
>
>
> {code}
> make[3]: Entering directory '/home/igalic/src/asf/trafficserver/lib/luajit'
> ==== Building LuaJIT 2.0.3 ====
> make -C src
> make[4]: Entering directory
> '/home/igalic/src/asf/trafficserver/lib/luajit/src'
> clang: error: unsupported option '-dumpspecs'
> clang: error: no input files
> {code}
> this happens on
> {code}
> Ubuntu clang version 3.6.0-svn224414-1~exp1 (trunk) (based on LLVM 3.6.0)
> Target: x86_64-pc-linux-gnu
> Thread model: posix
> {code}
> for posterity:
> {code}
> igalic@levix ~ % clang-3.6 -dumpspecs
> clang: error: unsupported option '-dumpspecs'
> clang: error: no input files
> 1 igalic@levix ~ %
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)