diff options
| -rw-r--r-- | Makerules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -471,6 +471,7 @@ ifneq (,$(objpfx)) # Continuation lines here are dangerous because they introduce spaces! # Also remove the /usr/include/tgmath.h dependency generated by Clang # even though Clang never reads /usr/include/tgmath.h. +# https://github.com/llvm/llvm-project/issues/120891 define sed-remove-objpfx -e 's@ $(subst .,\.,$(subst @,\@,$(common-objpfx)))@ $$(common-objpfx)@g' \ -e 's@^$(subst .,\.,$(subst @,\@,$(common-objpfx)))@$$(common-objpfx)@g' \ |
