[all-commits] [llvm/llvm-project] 3862cb: [flang] Use LLVM's flags

Isuru Fernando via All-commits all-commits at lists.llvm.org
Mon Jun 8 07:30:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3862cbbc652be3dd731e75500f971e21d8355462
      https://github.com/llvm/llvm-project/commit/3862cbbc652be3dd731e75500f971e21d8355462
  Author: Isuru Fernando <isuruf at gmail.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M flang/CMakeLists.txt
    M flang/lib/Optimizer/CMakeLists.txt
    M flang/unittests/Evaluate/CMakeLists.txt
    M flang/unittests/Runtime/CMakeLists.txt

  Log Message:
  -----------
  [flang] Use LLVM's flags

Summary:
The only difference is that LLVM_ENABLE_WERROR is set to OFF
by default, but we enable this in a standalone flang build

This commit fixes some windows issues with the flags

Reviewers: DavidTruby, jdoerfert, sscalpone

Reviewed By: DavidTruby, sscalpone

Subscribers: ormris, richard.barton.arm, mehdi_amini, Meinersbur, ChinouneMehdi, tskeith, mgorny, llvm-commits

Tags: #llvm, #flang

Differential Revision: https://reviews.llvm.org/D78306




More information about the All-commits mailing list