[PATCH] D83759: [clangd] Fixes in lit tests

Aleksandr Platonov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 21 13:40:07 PDT 2020


ArcsinX added a comment.

In D83759#2165116 <https://reviews.llvm.org/D83759#2165116>, @thakis wrote:

> Looks like this breaks tests on macOS (and probably with non-gnu greps): http://45.33.8.238/mac/17611/step_9.txt
>
> Please take a look, and revert while you investigate if it takes a while to fix.


Reverted.

Seems the problem is in `sed`  without gnu extensions, but I wonder how other tests with similar `sed` command could pass (e.g. `compile-commands-path-in-initialize.test`)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83759/new/

https://reviews.llvm.org/D83759





More information about the cfe-commits mailing list