aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2024-05-19 15:37:42 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2024-05-19 15:51:47 +0900
commitf87ed54e495eba7b9897654de4c17fbf101cb620 (patch)
tree7c0b04417859b3f4bbe4bb18bc58cfdd8a7abb50
parent7b977e0f644c43232732e149b03d41de321d804e (diff)
downloadllvm-f87ed54e495eba7b9897654de4c17fbf101cb620.zip
llvm-f87ed54e495eba7b9897654de4c17fbf101cb620.tar.gz
llvm-f87ed54e495eba7b9897654de4c17fbf101cb620.tar.bz2
Reformat
-rw-r--r--compiler-rt/lib/ctx_profile/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/ctx_profile/CMakeLists.txt b/compiler-rt/lib/ctx_profile/CMakeLists.txt
index ab7bf32..d69cdf5 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)