[lld] 4efd1e0 - [lld] Do not include StringSwitch.h (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 09:20:22 PDT 2023


Author: Kazu Hirata
Date: 2023-08-23T09:20:14-07:00
New Revision: 4efd1e0d3a4b6000ed959c27a4f630a5b363499f

URL: https://github.com/llvm/llvm-project/commit/4efd1e0d3a4b6000ed959c27a4f630a5b363499f
DIFF: https://github.com/llvm/llvm-project/commit/4efd1e0d3a4b6000ed959c27a4f630a5b363499f.diff

LOG: [lld] Do not include StringSwitch.h (NFC)

Added: 
    

Modified: 
    lld/tools/lld/lld.cpp

Removed: 
    


################################################################################
diff  --git a/lld/tools/lld/lld.cpp b/lld/tools/lld/lld.cpp
index 2c30bc905106e2..a0a7cb0be8f133 100644
--- a/lld/tools/lld/lld.cpp
+++ b/lld/tools/lld/lld.cpp
@@ -30,7 +30,6 @@
 #include "lld/Common/Memory.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SmallVector.h"
-#include "llvm/ADT/StringSwitch.h"
 #include "llvm/ADT/Twine.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/CrashRecoveryContext.h"


        


More information about the llvm-commits mailing list