[llvm] [NFC] Eliminate top-level "using namespace" from some headers. (PR #102751)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 10 06:49:34 PDT 2024


================
@@ -17,11 +17,6 @@
 #include "llvm/Object/MachO.h"
 #include "llvm/Support/Format.h"
 
-#define DEBUG_TYPE "dyld"
----------------
jurahul wrote:

Same observation here as well, this DEBUG_TYPE define is unsed.

https://github.com/llvm/llvm-project/pull/102751


More information about the llvm-commits mailing list