This is an archive of the discontinued LLVM Phabricator instance.

[CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary directory
ClosedPublic

Authored by sgraenitz on Jan 8 2019, 7:53 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sgraenitz created this revision.Jan 8 2019, 7:53 AM
sgraenitz updated this revision to Diff 180683.Jan 8 2019, 8:44 AM

Use LLVM_BINARY_DIR when checking for existance of libc++ include directory

labath accepted this revision.Jan 8 2019, 9:05 AM

Makes sense to me.

CMakeLists.txt
117 ↗(On Diff #180683)

typo (but BINRAY sounds cool, we should make that mean something :P).

This revision is now accepted and ready to land.Jan 8 2019, 9:05 AM
sgraenitz updated this revision to Diff 180830.Jan 9 2019, 6:15 AM
sgraenitz marked an inline comment as done.

Fix typo

sgraenitz marked an inline comment as done.Jan 9 2019, 6:16 AM
sgraenitz added inline comments.
CMakeLists.txt
117 ↗(On Diff #180683)

Woooow thanks!

This revision was automatically updated to reflect the committed changes.