Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depenencies/llvm: Handle llvm-config --shared-mode failing #7379

Merged

Conversation

dcbaker
Copy link
Member

@dcbaker dcbaker commented Jun 24, 2020

Fixes: #7371
Fixes: #7878

@dcbaker dcbaker requested a review from jpakkane as a code owner June 24, 2020 17:43
@dcbaker dcbaker force-pushed the submit/2020-06/llvm-shared-mode-failure branch 3 times, most recently from bf44e1b to 103a3ba Compare October 16, 2020 18:00
@dcbaker
Copy link
Member Author

dcbaker commented Oct 16, 2020

looks like in at least a few configurations this fails. That's probably OS related, I'll change this to allow skipping in CI

@dcbaker dcbaker force-pushed the submit/2020-06/llvm-shared-mode-failure branch from 103a3ba to 7695b3d Compare October 21, 2020 18:22
@jpakkane jpakkane merged commit e8399c8 into mesonbuild:master Oct 22, 2020
@dcbaker dcbaker deleted the submit/2020-06/llvm-shared-mode-failure branch October 22, 2020 14:53
jon-turney added a commit to jon-turney/meson that referenced this pull request Jun 22, 2021
(This optionality is a leftover from before mesonbuild#7379)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jun 22, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jun 22, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
finds LLVM, but fails to find any modules.  This might be a bug in the
cmake method.)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jun 22, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
finds LLVM, but fails to find any modules.  This might be a bug in the
cmake method.)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jun 23, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
finds LLVM, but fails to find any modules.  This might be a bug in the
cmake method.)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jun 23, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
finds LLVM, but fails to find any modules.  This might be a bug in the
cmake method.)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jun 24, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
finds LLVM, but fails to find any modules.  This might be a bug in the
cmake method.)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jun 30, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
finds LLVM, but fails to find any modules.  This might be a bug in the
cmake method of the LLVM dependency.)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jul 3, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
finds LLVM, but fails to find any modules.  This might be a bug in the
cmake method of the LLVM dependency.)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jul 6, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
still finds LLVM, when a static LLVM is requested, but fails to find any
modules.  This might be a bug in the cmake method of the LLVM
dependency.)
jon-turney added a commit to jon-turney/meson that referenced this pull request Jul 7, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before mesonbuild#7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
still finds LLVM, when a static LLVM is requested, but fails to find any
modules.  This might be a bug in the cmake method of the LLVM
dependency.)
mensinda pushed a commit that referenced this pull request Jul 7, 2021
If the required LLVM modules can't be found, skip the LLVM framework
test, rather than succesfully doing nothing.

(This optionality is a leftover from before #7379)

(At the moment, OpenSuse provides dynamic-only LLVM.  The cmake method
still finds LLVM, when a static LLVM is requested, but fails to find any
modules.  This might be a bug in the cmake method of the LLVM
dependency.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants