After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774458 - List more possible names of llvm-config in configure.ac
List more possible names of llvm-config in configure.ac
Status: RESOLVED FIXED
Product: gnome-code-assistance
Classification: Other
Component: general
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: GNOME Code Assistance maintainers
GNOME Code Assistance maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-15 08:50 UTC by Ting-Wei Lan
Modified: 2017-12-14 09:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: List more possible names of llvm-config script (1.37 KB, patch)
2016-11-15 08:52 UTC, Ting-Wei Lan
none Details | Review
build: List more possible names of llvm-config script (1.44 KB, patch)
2017-05-07 14:03 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2016-11-15 08:50:48 UTC
FreeBSD doesn't have a package providing an unversioned llvm-config script. All llvm packages use versioned names, and we have to include version numbers when finding llvm-config. I will upload a patch with a list of names copied from gnome-builder plugins/clang/configure.ac.
Comment 1 Ting-Wei Lan 2016-11-15 08:52:00 UTC
Created attachment 339903 [details] [review]
build: List more possible names of llvm-config script
Comment 2 Ting-Wei Lan 2017-05-07 14:03:35 UTC
Created attachment 351300 [details] [review]
build: List more possible names of llvm-config script

LLVM 4.0 has been released as a stable version.
Comment 3 Ignacio Casal Quinteiro (nacho) 2017-11-06 08:56:01 UTC
Review of attachment 351300 [details] [review]:

Sure
Comment 4 Ting-Wei Lan 2017-12-14 09:52:21 UTC
Attachment 351300 [details] pushed as 5418ece - build: List more possible names of llvm-config script

I moved version 5.0 to the top and added version 6.0 to the bottom because
LLVM 5.0 is now a stable release.