[PATCH] D57532: [Index] Make sure c-index-test finds libc++ on Mac
Ilya Biryukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 31 11:40:01 PST 2019
ilya-biryukov created this revision.
ilya-biryukov added reviewers: thakis, ioeric.
Herald added a reviewer: EricWF.
Herald added subscribers: llvm-commits, arphaman.
Herald added a project: clang.
Specifically, the version of libc++ that lives alongside the c-index-test
binary. After r348365 driver relies on a correct value of argv[0] to find
libc++ and 'c-index-test' did not pass proper argv[0] when calling the
driver.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D57532
Files:
clang/test/Index/record-completion-invocation.c
clang/test/Index/record-parsing-invocation.c
clang/tools/c-index-test/c-index-test.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57532.184558.patch
Type: text/x-patch
Size: 26624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190131/270124da/attachment-0001.bin>
More information about the llvm-commits
mailing list