[PATCH] D48378: [NFC] Tidy up the organisation of compiler-rt when configured as a standalone build with an IDE (e.g. Xcode) as the generator.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 20 10:10:49 PDT 2018


delcypher created this revision.
delcypher added reviewers: beanz, kubamracek, etienneb.
Herald added subscribers: Sanitizers, mgorny, dberris.

[NFC] Tidy up the organisation of compiler-rt when configured as a standalone
build with an IDE (e.g. Xcode) as the generator.

Previously the global `USE_FOLDERS` property wasn't set in standalone
builds leading to existing settings of FOLDER not being respected.

In addition to this there were several targets that appeared at the top
level that were not interesting and clustered up the view. These have
been changed to be displayed in "Compiler-RT Misc".

Now when an Xcode project is generated from a standalone compiler-rt
build the project navigator is much less cluttered. The interesting
libraries should appear in "Compiler-RT Libraries" in the IDE.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48378

Files:
  CMakeLists.txt
  cmake/Modules/AddCompilerRT.cmake
  cmake/Modules/CompilerRTDarwinUtils.cmake
  cmake/Modules/SanitizerUtils.cmake
  cmake/base-config-ix.cmake
  lib/tsan/CMakeLists.txt
  lib/tsan/dd/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48378.152109.patch
Type: text/x-patch
Size: 5180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180620/7f6b26ea/attachment.bin>


More information about the llvm-commits mailing list