This is an archive of the discontinued LLVM Phabricator instance.

Libc++abi: find libc++ headers w/o find_path
AbandonedPublic

Authored by eugenis on Aug 26 2015, 3:22 PM.

Details

Summary

With http://reviews.llvm.org/D11740, libc++ headers can not be used from the libc++ source directly, because they include an auto-generated header with ABI version numbers.

This change makes libc++abi pick up the headers in the binary dir. Because of cmake inclusion order, those headers are not ready yet when libc++abi CMakeLists is executed, and can not be found with find_path. Hardcode the path to the headers instead.

Diff Detail

Event Timeline

eugenis updated this revision to Diff 33258.Aug 26 2015, 3:22 PM
eugenis retitled this revision from to Libc++abi: find libc++ headers w/o find_path.
eugenis updated this object.
eugenis added reviewers: EricWF, mclow.lists.
eugenis set the repository for this revision to rL LLVM.
eugenis added a subscriber: cfe-commits.
eugenis abandoned this revision.Oct 26 2015, 5:20 PM