[all-commits] [llvm/llvm-project] f105c1: [OpenMP] Remove the workaround of passing "-x asse...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Fri Jul 7 13:33:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f105c1dc58eee3e0125587daa3898282daa415b3
      https://github.com/llvm/llvm-project/commit/f105c1dc58eee3e0125587daa3898282daa415b3
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-07-07 (Fri, 07 Jul 2023)

  Changed paths:
    M openmp/runtime/cmake/LibompHandleFlags.cmake
    M openmp/runtime/cmake/config-ix.cmake

  Log Message:
  -----------
  [OpenMP] Remove the workaround of passing "-x assembler-with-cpp" manually

By building the assembly with language ASM now (since
4072c8aee4c89c4457f4f30d01dc9bb4dfa52559 and
cbaa3597aaf6273e66b3f445ed36a6458143fe6a), this shouldn't be
needed any longer.

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


  Commit: bab6902eba55026a829d232629f99ac276936ef0
      https://github.com/llvm/llvm-project/commit/bab6902eba55026a829d232629f99ac276936ef0
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-07-07 (Fri, 07 Jul 2023)

  Changed paths:
    M llvm/test/tools/llvm-rc/helpmsg.test
    M llvm/tools/llvm-rc/llvm-rc.cpp

  Log Message:
  -----------
  [llvm-rc] Improve help printouts

This more clearly identifies the tool as llvm-rc.

This should hopefully allow Meson to check for parts of these strings
in the output of "$CMD /?" when detecting the kind of resource compiler
tool, to allow Meson to recognize llvm-rc.

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


Compare: https://github.com/llvm/llvm-project/compare/852fe30b687e...bab6902eba55


More information about the All-commits mailing list