[PATCH] D105765: Prepare Compiler-RT for GnuInstallDirs, matching libcxx
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 11 22:50:26 PDT 2021
phosek added inline comments.
================
Comment at: compiler-rt/cmake/base-config-ix.cmake:97
+ else()
+ set(temp_path "${temp_path}/${current_segment}")
+ endif()
----------------
This isn't set before so it should be always empty in which case you'll end up with an absolute path (that is `/${current_segment}`) right? Isn't that a bug?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105765/new/
https://reviews.llvm.org/D105765
More information about the llvm-commits
mailing list