Open Quuxplusone opened 9 years ago
Bugzilla Link | PR24609 |
Status | NEW |
Importance | P normal |
Reported by | Matthew (mjsonofharry@gmail.com) |
Reported on | 2015-08-27 21:44:23 -0700 |
Last modified on | 2016-01-01 12:56:41 -0800 |
Version | 3.5 |
Hardware | PC Linux |
CC | llvm-bugs@lists.llvm.org, webmaster1989@gmail.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
/tmp/Module-077b18.cpp failed to attach because it exceeds the attachment size limit. Attempting to copy its contents into any text-entry fields causes my browser to freeze.
Google Drive link for /tmp/Module-077b18.cpp:
https://drive.google.com/file/d/0B3GE7oHZ0TRfWkpQWG1pZG1NSDg/view?usp=sharing
I also try to compile the UnrealEngine under Linux (Arch Linux). Using Clang
3.7 and it crashes. Help! https://wiki.unrealengine.com/Building_On_Linux
Terminal output: http://pastebin.com/HtVKHd85
/tmp/Module-e4f7d1.sh: http://pastebin.com/aZf4Jkt8
/tmp/Module-e4f7d1.cpp file is waaaay too big to upload.
Ah, I found out I should not use clang 3.7! Only 3.5 and 3.6 are supported according this wiki https://wiki.unrealengine.com/Building_On_Linux
You can use agetpkg to get older packages in Arch. So install clang
3.5 or 2.6 incl. llvm
and llvm-libs
packages of the same version.