[llvm] [DWARFLinker][NFC] Rename libraries to match with directories name. (PR #77592)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 09:37:01 PST 2024


================
@@ -1,11 +1,11 @@
-add_llvm_component_library(LLVMDWARFLinker
+add_llvm_component_library(LLVMDWARFLinkerClassic
   DWARFLinkerCompileUnit.cpp
   DWARFLinkerDeclContext.cpp
   DWARFLinker.cpp
   DWARFStreamer.cpp
 
   ADDITIONAL_HEADER_DIRS
-  ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker/Classic
----------------
nico wrote:

unrelated; maybe this line isn't needed at all?

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


More information about the llvm-commits mailing list