[libc-commits] [PATCH] D101991: [libc] Allow target architecture customization

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 6 06:04:13 PDT 2021


gchatelet updated this revision to Diff 343382.
gchatelet added a comment.

- Fix formatting


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101991

Files:
  libc/cmake/modules/LLVMLibCLibraryRules.cmake


Index: libc/cmake/modules/LLVMLibCLibraryRules.cmake
===================================================================
--- libc/cmake/modules/LLVMLibCLibraryRules.cmake
+++ libc/cmake/modules/LLVMLibCLibraryRules.cmake
@@ -82,8 +82,7 @@
     ${objects}
   )
   set_target_properties(${target_name}  PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
-  target_compile_options(${target_name} PRIVATE ${LIBC_COMPILE_OPTIONS_DEFAULT}
-  )
+  target_compile_options(${target_name} PRIVATE ${LIBC_COMPILE_OPTIONS_DEFAULT})
 endfunction(add_entrypoint_library)
 
 # Rule to build a shared library of redirector objects.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101991.343382.patch
Type: text/x-patch
Size: 630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210506/ed41a8c0/attachment.bin>


More information about the libc-commits mailing list