[llvm] d8a34c2 - [opt] Remove trailing space that accidentally got added

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


Author: Nico Weber
Date: 2024-01-24T14:09:54-05:00
New Revision: d8a34c25bcfe67243b4347e169a2a57a6da95321

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

LOG: [opt] Remove trailing space that accidentally got added

Added: 
    

Modified: 
    llvm/tools/opt/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/opt/CMakeLists.txt b/llvm/tools/opt/CMakeLists.txt
index f3dd95e178e31dc..8d031b2cc57c786 100644
--- a/llvm/tools/opt/CMakeLists.txt
+++ b/llvm/tools/opt/CMakeLists.txt
@@ -41,7 +41,7 @@ add_llvm_library(LLVMOptDriver
 
 add_llvm_tool(opt
   PARTIAL_SOURCES_INTENDED
-  opt.cpp 
+  opt.cpp
   DEPENDS
   intrinsics_gen
   SUPPORT_PLUGINS


        


More information about the llvm-commits mailing list