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

CMakeLists: Fix LLVM Usage In UICommon #12986

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

mitaclaw
Copy link
Contributor

@mitaclaw mitaclaw commented Aug 8, 2024

This compile definition was removed in #12756 because it was complicated by changes in #12716. Thus, the LLVM disassembler would never actually be used in UICommon's Disassembler class.

This compile definition was removed in 68cbd26 because it was complicated by changes in 50dc0ff. Thus, the LLVM disassembler would never be used in UICommon's Disassembler class.
@mitaclaw
Copy link
Contributor Author

mitaclaw commented Aug 8, 2024

And apparently the LLVM header includes being inaccessible was hiding potential compilation issues on the BSDs due to the target_include_directories call being removed from the CMakeLists.

@OatmealDome OatmealDome merged commit 1b80878 into dolphin-emu:master Aug 14, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants