[all-commits] [llvm/llvm-project] 03df67: [JITLink] Drop using namespace

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Mon Mar 27 06:21:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03df67e7858ef56910f6c08a95c7156ae00ef984
      https://github.com/llvm/llvm-project/commit/03df67e7858ef56910f6c08a95c7156ae00ef984
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/aarch32.cpp

  Log Message:
  -----------
  [JITLink] Drop using namespace

I don't think these are holding their weight and cause nasty to debug
compiler issues with some versions of MSVC as seen in
https://reviews.llvm.org/D144083#4220866

Just qualify the types with the full name.




More information about the All-commits mailing list