Opened 5 years ago
Closed 5 years ago
#58694 closed defect (fixed)
clang-devel devel-r365158 +ocaml +polly build error
Reported by: | EdHarry | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | larryv (Lawrence Velázquez), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), mopihopi | |
Port: | clang-devel |
Description (last modified by EdHarry)
Errors when building clang:
clang/lib/Driver/ToolChains/Darwin.cpp:1957:11: error: use of undeclared identifier 'HSOpts'
clang/lib/Driver/ToolChains/Darwin.cpp:1958:73: error: no viable conversion from 'const char [37]' to 'llvm::SmallString<128>'
clang/lib/Driver/ToolChains/Darwin.cpp:1975:11: error: use of undeclared identifier 'HSOpts'
clang/lib/Driver/ToolChains/Darwin.cpp:1976:72: error: no viable conversion from 'const char [37]' to 'llvm::SmallString<128>'
Attachments (1)
Change History (8)
Changed 5 years ago by EdHarry
Attachment: | main.log.zip added |
---|
comment:1 Changed 5 years ago by EdHarry
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by EdHarry
Description: | modified (diff) |
---|
comment:3 Changed 5 years ago by kencu (Ken)
comment:4 Changed 5 years ago by kencu (Ken)
Cc: | MarcusCalhoun-Lopez added; jeremyhu removed |
---|---|
Owner: | set to jeremyhu |
Status: | new → assigned |
comment:6 Changed 5 years ago by mopihopi
Cc: | mopihopi added |
---|
comment:7 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I think this might be coming from Marcus' patch.