[all-commits] [llvm/llvm-project] a60bc5: [OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR ...

Faris via All-commits all-commits at lists.llvm.org
Tue Jan 19 05:28:26 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a60bc55c693609e9417419b72754b9984f52acbe
      https://github.com/llvm/llvm-project/commit/a60bc55c693609e9417419b72754b9984f52acbe
  Author: AndreyChurbanov <andrey.churbanov at intel.com>
  Date:   2021-01-19 (Tue, 19 Jan 2021)

  Changed paths:
    M openmp/runtime/src/kmp_settings.cpp
    A openmp/runtime/test/env/omp_alloc_env_invalid.c

  Log Message:
  -----------
  [OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env variable.

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


  Commit: 197d9a55f105391f34a0657e6c1d5ef3166dad7d
      https://github.com/llvm/llvm-project/commit/197d9a55f105391f34a0657e6c1d5ef3166dad7d
  Author: Faris Rehman <faris.rehman at arm.com>
  Date:   2021-01-19 (Tue, 19 Jan 2021)

  Changed paths:
    M flang/lib/Frontend/CompilerInvocation.cpp
    A flang/test/Flang-Driver/predefined-macros-compiler-version.f90

  Log Message:
  -----------
  [flang][driver] Add standard macro predefinitions for compiler version

Add the following standard predefinitions that f18 supports:
  * `__flang__`,
  * `__flang_major__`,
  * `__flang_minor__`,
  * `__flang_patchlevel__`

Summary of changes:
- Populate Fortran::parser::Options#predefinitions with the default
  supported predefinitions

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


Compare: https://github.com/llvm/llvm-project/compare/d77a57208770...197d9a55f105


More information about the All-commits mailing list