[PATCH] D49481: Haiku: Enable thread-local storage and disable PIE by default

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. Both needs a test case :) Repository: rC Clang https://reviews.llvm.org/D49481 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D49481: Haiku: Enable thread-local storage and disable PIE by default

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

[PATCH] D49481: Haiku: Enable thread-local storage and disable PIE by default

2018-07-18 Thread Alexander von Gluck IV via Phabricator via cfe-commits
kallisti5 created this revision. Herald added a subscriber: cfe-commits. Repository: rC Clang https://reviews.llvm.org/D49481 Files: lib/Basic/Targets/OSTargets.h lib/Driver/ToolChains/Haiku.h Index: lib/Driver/ToolChains/Haiku.h ==