This also slightly refactors the code that's checking the directory
presence which allows eliminating one unnecessary variable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40637
[CMake] Support runtimes and monorepo layouts when looking for libc++ ClosedPublic Authored by phosek on Nov 29 2017, 10:39 PM.
Details Summary This also slightly refactors the code that's checking the directory
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, llvm-commits, mgorny, kubamracek. · View Herald Transcript This revision is now accepted and ready to land.Dec 6 2017, 2:31 PM Closed by commit rL320446: [CMake] Support runtimes and monorepo layouts when looking for libcxx (authored by phosek). · Explain WhyDec 11 2017, 5:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 126482 compiler-rt/trunk/CMakeLists.txt
compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
compiler-rt/trunk/lib/msan/tests/CMakeLists.txt
compiler-rt/trunk/lib/tsan/CMakeLists.txt
compiler-rt/trunk/test/msan/CMakeLists.txt
compiler-rt/trunk/test/tsan/CMakeLists.txt
|