ilya-biryukov added a comment.
Sorry about the delay.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56446/new/
https://reviews.llvm.org/D56446
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm
This revision was automatically updated to reflect the committed changes.
Closed by commit rC350714: [Driver] Fix libcxx detection on Darwin with clang
run as ./clang (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D56446?vs=180691&id=180822#toc
Reposi
thakis added a comment.
…can you land this? :-)
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56446/new/
https://reviews.llvm.org/D56446
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/c
arphaman accepted this revision.
arphaman added a comment.
This revision is now accepted and ready to land.
That makes sense, LGTM. Thanks!
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56446/new/
https://reviews.llvm.org/D56446
___
ilya-biryukov created this revision.
ilya-biryukov added reviewers: arphaman, thakis.
Herald added a reviewer: EricWF.
Herald added a subscriber: christof.
By using '..' instead of fs::parent_path.
The intention of the code was to go from 'path/to/clang/bin' to
'path/to/clang/include'. In most ca