mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
The current compile options function hardcodes the -fpie and -ffreestanding flags, which don't exist on Windows. This patch sets the compilation flags conditionally based on the OS specifics. Reviewed By: sivachandra, aeubanks Differential Revision: https://reviews.llvm.org/D105643