You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libcxx] [test] Fix restoring LLVM_DIR and Clang_DIR
In 664f345, a fix was introduced,
attempting to restore LLVM_DIR and Clang_DIR after doing
find_package(Clang).
However, 6775285 added a return
if the clangTidy target wasn't found. If this is hit, we don't
restore LLVM_DIR and Clang_DIR, which causes strange effects if
CMake is rerun a second time.
Move the code for restoring LLVM_DIR and Clang_DIR to directly
after the find_package calls, to make sure they are restored,
regardless of the find_package outcome.
0 commit comments