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

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 10:15:21 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
----------------
avl-llvm wrote:

Ok, will change this and next comment with a separate patch.

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


More information about the llvm-commits mailing list