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
[build] fix local llvm build when .llvm-project/build doesn't exist (#7680)
The previous command (`$(realdir .llvm-project/build)`) works only if
.llvm-project/build already exists. The new command will get the
absolute path of the directory in which the Makefile exists, and then
append `.llvm-project/build`.
0 commit comments