This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Add linux toolchain file.
AbandonedPublic

Authored by hintonda on Jan 8 2018, 11:40 AM.

Details

Summary

Add linux toolchain file.

This toolchain file is needed to cross-compile clang+llvm for Linux on
Darwin.

Event Timeline

hintonda created this revision.Jan 8 2018, 11:40 AM
hintonda updated this revision to Diff 129029.Jan 8 2018, 7:54 PM
  • Update comments.
hintonda abandoned this revision.Jan 18 2018, 1:49 AM

After working through most of the known issues listed in the file, as well as additional ones that came up during testing, a separate toolchain file is no longer needed for cross compiling clang+llvm on darwin targeting linux. See D41829 for details.