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
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
CMAKE_SYSTEM_PROCESSOR gives the target architecture for the build. Set the LLVM target accordingly. This accommodates builds on PowerPC.
Fixes #133 (closed).