[clang] [lld] [llvm] [NFC] Cleanup in Support headers. (PR #104825)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 19:54:04 PDT 2024
================
@@ -10,6 +10,7 @@
#include "InputFiles.h"
#include "InputSection.h"
#include "OutputSegment.h"
+#include "llvm/ADT/StringSwitch.h"
#include <memory>
----------------
s-barannikov wrote:
(nit)
```suggestion
#include "llvm/ADT/StringSwitch.h"
#include <memory>
```
https://github.com/llvm/llvm-project/pull/104825
More information about the llvm-commits
mailing list