[compiler-rt] f87ed54 - Reformat

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sat May 18 23:53:09 PDT 2024


Author: NAKAMURA Takumi
Date: 2024-05-19T15:51:47+09:00
New Revision: f87ed54e495eba7b9897654de4c17fbf101cb620

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

LOG: Reformat

Added: 
    

Modified: 
    compiler-rt/lib/ctx_profile/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/ctx_profile/CMakeLists.txt b/compiler-rt/lib/ctx_profile/CMakeLists.txt
index ab7bf3241fd69..d69cdf56df8fd 100644
--- a/compiler-rt/lib/ctx_profile/CMakeLists.txt
+++ b/compiler-rt/lib/ctx_profile/CMakeLists.txt
@@ -26,4 +26,4 @@ add_compiler_rt_runtime(clang_rt.ctx_profile
   CFLAGS ${EXTRA_FLAGS}
   SOURCES ${CTX_PROFILE_SOURCES}
   ADDITIONAL_HEADERS ${CTX_PROFILE_HEADERS}
-  PARENT_TARGET ctx_profile)
\ No newline at end of file
+  PARENT_TARGET ctx_profile)


        


More information about the llvm-commits mailing list