[all-commits] [llvm/llvm-project] c72d93: [Attributor][NFC] Remove unnecessary overwritten m...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Thu Jul 21 19:58:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c72d93a08a229df507c37b434bb6896c50694cc6
      https://github.com/llvm/llvm-project/commit/c72d93a08a229df507c37b434bb6896c50694cc6
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor][NFC] Remove unnecessary overwritten methods


  Commit: 1da6ae4b5435ad2c66f78671bf28907295d17a7a
      https://github.com/llvm/llvm-project/commit/1da6ae4b5435ad2c66f78671bf28907295d17a7a
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
    M openmp/libomptarget/DeviceRTL/src/State.cpp

  Log Message:
  -----------
  [OpenMP][FIX] Ensure thread and team state are defined properly

The namespaces were missing causing the symbols to have "C" mangling.
To avoid this in the future we qualify the names now fully.


Compare: https://github.com/llvm/llvm-project/compare/219152837375...1da6ae4b5435


More information about the All-commits mailing list