Displaying 1 result from an estimated 1 matches for "r311142".
2017 Aug 21
3
DragonEgg for GCC v8.x and LLVM v6.x is just able to work
...innovator and developer of GCC
https://dmalcolm.fedorapeople.org/gcc/global-state/requirements.html
and others who give me kind response for teaching me patiently and
carefully about how to migrate GCC v4.8.x to GCC v8.x (git-20170818)
DragonEgg has been migrated to GCC v8.x and LLVM v6.x (svn-r311142), but
also able to work for GCC v4.8.x and LLVM v3.3
https://reviews.llvm.org/D35667 and it is just able to work now, for
example:
CC=/opt/gcc-git/bin/gcc
LC=/opt/llvm-svn/bin/llvm-config
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$($LC --libdir)
GCC=$CC LLVM_CONFIG=$LC ENABLE_LLVM_PLUGINS=1 D...