[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-06-08 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru abandoned this revision. sylvestre.ledru added a comment. indeed, closing Repository: rCRT Compiler Runtime CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59702/new/ https://reviews.llvm.org/D59702 ___ cfe-commits mailing

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-05-15 Thread Simon Atanasyan via Phabricator via cfe-commits
atanasyan added a comment. I hope the rL360825 fixes the problem so this patch can be switch to the `abandoned` state. Repository: rCRT Compiler Runtime CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59702/new/ https://reviews.llvm.org/D59702

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-05-01 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru added a comment. @atanasyan, I tried with -DCMAKE_C_FLAGS="-mabi=32" -DCMAKE_CXX_FLAGS="-mabi=32" but it still fails with: cd /<>/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-8 -DHAVE_RPC_XDR_H=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-04-23 Thread Simon Atanasyan via Phabricator via cfe-commits
atanasyan added a comment. I'm sorry for delay with handling this issue. The **160** constant in the `FIRST_32_SECOND_64(144, 104)` depends on the following fragment from the `cmake/modules/HandleLLVMOptions.cmake` file introduced by the rL301171 . If

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-03-25 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru added a comment. Debian testing you can see the full log here: https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-8=mips64el=1%3A8~%2Brc5-1=1552412165=0 Repository: rCRT Compiler Runtime CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59702/new/

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-03-25 Thread Simon Atanasyan via Phabricator via cfe-commits
atanasyan added a comment. How do you build compiler-rt? What OS do yo use? Repository: rCRT Compiler Runtime CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59702/new/ https://reviews.llvm.org/D59702 ___ cfe-commits mailing list

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-03-25 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru added a comment. I agree that 104 looks strange... but it worked. As I said, I am no expert in mips64el. :/ Repository: rCRT Compiler Runtime CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59702/new/ https://reviews.llvm.org/D59702

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-03-25 Thread Simon Atanasyan via Phabricator via cfe-commits
atanasyan added inline comments. Comment at: lib/sanitizer_common/sanitizer_platform_limits_linux.cc:31 #include -#if defined(__x86_64__) || defined(__mips__) +#if defined(__x86_64__) #include Why do you need this change? Comment at:

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-03-25 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru added a comment. @atanasyan ok with you? Repository: rCRT Compiler Runtime CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59702/new/ https://reviews.llvm.org/D59702 ___ cfe-commits mailing list

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-03-22 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru added a comment. Not sure what I am doing but it fixes the issue Repository: rCRT Compiler Runtime CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59702/new/ https://reviews.llvm.org/D59702 ___ cfe-commits mailing list

[PATCH] D59702: Unbreak the build of compiler-rt on Linux/mips64el

2019-03-22 Thread Sylvestre Ledru via Phabricator via cfe-commits
sylvestre.ledru created this revision. sylvestre.ledru added a reviewer: atanasyan. Herald added subscribers: llvm-commits, Sanitizers, jdoerfert, delcypher, arichardson, dberris, kubamracek, sdardis. Herald added projects: LLVM, Sanitizers. sylvestre.ledru added a comment. Not sure what I am