[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:48:38 PDT 2024


================
@@ -15,10 +15,6 @@
 
 #include "RuntimeDyldImpl.h"
 
-#define DEBUG_TYPE "dyld"
----------------
jurahul wrote:

This header code does not seems to use anything like LLVM_DEBUG which needs the DEBUG_TYPE to be set.

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


More information about the llvm-commits mailing list