Skip to content

llvm: set targets to build string based on system processor

CMAKE_SYSTEM_PROCESSOR gives the target architecture for the build. Set the LLVM target accordingly. This accommodates builds on PowerPC.

Fixes #133 (closed).

Edited by Cory Quammen

Merge request reports