]> granicus.if.org Git - clang/commit
Make clang/test/Index/pch-from-libclang.c pass in more places
authorNico Weber <nicolasweber@gmx.de>
Thu, 31 Jan 2019 22:15:32 +0000 (22:15 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 31 Jan 2019 22:15:32 +0000 (22:15 +0000)
commit8b235351e95f1e66a49532aa86dcead258d77668
tree33bbc2675f0f92a00661846917824e4413f9161c
parent453a2ffd484445bd158c9c131fb144e26b00e944
Make clang/test/Index/pch-from-libclang.c pass in more places

- fixes the test on macOS with LLVM_ENABLE_PIC=OFF
- together with D57343, gets the test to pass on Windows
- makes it run everywhere (it seems to just pass on Linux)

The main change is to pull out the resource directory computation into a
function shared by all 3 places that do it. In CIndexer.cpp, this now works no
matter if libclang is in lib/ or bin/ or statically linked to a binary in bin/.

Differential Revision: https://reviews.llvm.org/D57345

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352803 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
lib/Frontend/CompilerInvocation.cpp
test/Index/pch-from-libclang.c
tools/libclang/CIndexer.cpp