Displaying 2 results from an estimated 2 matches for "dllvm_experimental_target".
Did you mean:
dllvm_experimental_targets
2015 Dec 18
2
How is llvm-avr backound integration going?
How is the llvm-avr backend integration going ? Will it be functional (
experimental ) in the 3.8 release ? Will Clang recognize options for avr ?
thanks.
Allen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151218/be23dc42/attachment.html>
2016 Feb 06
1
How is llvm-avr backound integration going?
...y Allen,
>
> Progress is slow but it is happening. It will take a number of more
> releases until it is ready.
>
> Currently the backend is marked as an 'experimental' target, which means
> the only way it can be used is by compiling LLVM from source and passing
> '-DLLVM_EXPERIMENTAL_TARGETS=AVR' to CMake.
>
> At the moment almost no AVR-specific code has been merged, including clang
> support, which should come after the backend is functional.
> How is the llvm-avr backend integration going ? Will it be functional (
> experimental ) in the 3.8 release ? Will Clang...