[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 07:42:28 PDT 2024
================
@@ -12,7 +12,7 @@
#include "RISCVTargetStreamer.h"
#include "llvm/MC/MCELFStreamer.h"
-using namespace llvm;
+namespace llvm {
----------------
jurahul wrote:
Right, that's why the build is failing. Let me make sure all the backends this is touching build locally for me before making it ready for review again.
https://github.com/llvm/llvm-project/pull/102751
More information about the llvm-commits
mailing list