[PATCH] D49480: Haiku: support for secondary arch

2018-07-18 Thread Alexander von Gluck IV via Phabricator via cfe-commits
kallisti5 added a comment. No worries. I was wondering if this one would match llvm's goals. Do you see any iteration of these changes that would be accepted? (not using define's, etc) We currently support "hybrid" operating system builds where we compile a secondary toolchain / abi. An curren

[PATCH] D49480: Haiku: support for secondary arch

2018-07-18 Thread Joerg Sonnenberger via Phabricator via cfe-commits
joerg requested changes to this revision. joerg added a comment. This revision now requires changes to proceed. This is absolutely not how the clang driver is supposed to work. No conditional compilation. Repository: rC Clang https://reviews.llvm.org/D49480 ___

[PATCH] D49480: Haiku: support for secondary arch

2018-07-18 Thread Alexander von Gluck IV via Phabricator via cfe-commits
kallisti5 added a comment. Original author is "Jerome Duval " I don't have permission to modify this, can author be updated? (I don't have permission to) Repository: rC Clang https://reviews.llvm.org/D49480 ___ cfe-commits mailing list cfe-comm

[PATCH] D49480: Haiku: support for secondary arch

2018-07-18 Thread Alexander von Gluck IV via Phabricator via cfe-commits
kallisti5 created this revision. Herald added subscribers: cfe-commits, mgorny. Enables Haiku to build llvm for secondary architectures. Repository: rC Clang https://reviews.llvm.org/D49480 Files: CMakeLists.txt lib/Driver/ToolChains/Haiku.cpp lib/Frontend/InitHeaderSearch.cpp Index: