forked from OSchip/llvm-project
[flang] Change default for LINK_WITH_FIR to ON.
Original-commit: flang-compiler/f18@b13f994463 Reviewed-on: https://github.com/flang-compiler/f18/pull/331
This commit is contained in:
parent
488029bd80
commit
9a6823bf4e
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.9.0)
|
cmake_minimum_required(VERSION 3.9.0)
|
||||||
|
|
||||||
option(LINK_WITH_FIR "Link driver with FIR and LLVM" OFF)
|
option(LINK_WITH_FIR "Link driver with FIR and LLVM" ON)
|
||||||
|
|
||||||
# Pass -DGCC=... to cmake to use a specific gcc installation.
|
# Pass -DGCC=... to cmake to use a specific gcc installation.
|
||||||
if( GCC )
|
if( GCC )
|
||||||
|
|
Loading…
Reference in New Issue