[llvm] [NFC][LLVM] Fix some `llvm` namespace usage in Bitcode writer (PR #141709)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 07:48:45 PDT 2025


================
@@ -60,9 +60,6 @@
 #include <type_traits>
 #include <utility>
 #include <vector>
-namespace llvm {
----------------
teresajohnson wrote:

This one is unrelated to the other changes and can be split into a separate PR and committed. There is a use of Argument in this file, but presumably it is being pulled in via other headers, so no need for this forward def.

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


More information about the llvm-commits mailing list