Opened 7 months ago

Closed 7 months ago

#69392 closed defect (worksforme)

llvm-14 is missing the clang-c folder

Reported by: programmingkidx Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: llvm-14

Description

The llvm-14 port is suppose to have a folder called clang-c. For some reason this folder is missing. This is the clang-c folder: https://github.com/llvm/llvm-project/tree/llvmorg-14.0.6/clang/include/clang-c

Change History (4)

comment:1 Changed 7 months ago by jmroot (Joshua Root)

It looks like clang-14 installs this?

comment:2 Changed 7 months ago by programmingkidx

I uninstalled llvm-14 like this: sudo port uninstall llvm-14.
Then I updated MacPorts: sudo port selfupdate
Then deleted the llvm-14 folder from the libexec folder.
Then installed llvm-14 like this: sudo port install llvm-14
First I did a search for the Index.h file using the Finder. It was not found.
Then I did a search using the find command like this: find /opt/local/libexec/llvm-14 -name "Index.h" 2>/dev/null
No results. I could not find a clang-c folder either.

My info:
Mac OS 10.12.6
MacPorts 2.9.1
LLVM 14.0.6

comment:3 Changed 7 months ago by jmroot (Joshua Root)

Yes, it's installed by clang-14, not llvm-14.

comment:4 Changed 7 months ago by kencu (Ken)

Resolution: worksforme
Status: newclosed

so nothing to fix here, in the end.

Note: See TracTickets for help on using tickets.