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

Xiang Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 16:28:37 PDT 2022


python3kgae created this revision.
python3kgae added reviewers: beanz, pow2clk, kuhar.
Herald added subscribers: hiraditya, mgorny.
Herald added a project: All.
python3kgae requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Change Bitwriter to BitWriter.


Repository:
  rG LLVM Github Monorepo

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.429099.patch
Type: text/x-patch
Size: 338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220512/dd302a60/attachment.bin>


More information about the llvm-commits mailing list