[PATCH] D125507: [DirectX] Fix typo in CMakeLists.txt.

Xiang Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 19:20:35 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd2926420d847: [DirectX] Fix typo in CMakeLists.txt. (authored by python3kgae).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125507/new/

https://reviews.llvm.org/D125507

Files:
  llvm/lib/Target/DirectX/DXILWriter/CMakeLists.txt


Index: llvm/lib/Target/DirectX/DXILWriter/CMakeLists.txt
===================================================================
--- llvm/lib/Target/DirectX/DXILWriter/CMakeLists.txt
+++ llvm/lib/Target/DirectX/DXILWriter/CMakeLists.txt
@@ -7,7 +7,7 @@
   intrinsics_gen
 
   LINK_COMPONENTS
-  Bitwriter
+  BitWriter
   Core
   MC
   Object


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125507.429116.patch
Type: text/x-patch
Size: 338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220513/262cf454/attachment.bin>


More information about the llvm-commits mailing list