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

Be more careful about paths to look for llvm #1656

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Mar 16, 2023

In particular, ${LLVM_ROOT}/bin will end up being (incorrectly!) /bin if LLVM_ROOT is empty. That is bad if some other llvm-config happens to be in /bin.

In particular, `${LLVM_ROOT}/bin` will end up being (incorrectly!)
`/bin` if LLVM_ROOT is empty. That is bad if some other llvm-config
happens to be in /bin.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz lgritz merged commit df818a7 into AcademySoftwareFoundation:main Mar 18, 2023
@lgritz lgritz deleted the lg-llvmroot branch March 18, 2023 17:24
lgritz added a commit to lgritz/OpenShadingLanguage that referenced this pull request Mar 18, 2023
…on#1656)

In particular, `${LLVM_ROOT}/bin` will end up being (incorrectly!)
`/bin` if LLVM_ROOT is empty. That is bad if some other llvm-config
happens to be in /bin.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant