謎's キッチン

謎のひとりごと。Amazon欲しい物リストはこちら: https://www.amazon.co.jp/hz/wishlist/ls/CCPOV7C6JTD2

gccの代わりとしてのllvmを使おう(3)

cへの変換も失敗。ただcppへの変換に成功…なんと204.6MB!

$ llc --march=cpp ffplay_g.bc

/usr/bin/g++ ffmpeg_g.cppでコンパイルしてみた。

$ /usr/bin/g++ ffmpeg_g.cpp
In file included from /usr/local/include/llvm/BasicBlock.h:20,
                 from /usr/local/include/llvm/Function.h:22,
                 from /usr/local/include/llvm/Module.h:17,
                 from ffplay_g.cpp:3:
/usr/local/include/llvm/Support/DataTypes.h:38:3: error: #error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
ffplay_g.cpp:23695: 警告: this decimal constant is unsigned only in ISO C90
ffplay_g.cpp:307506:39270: warning: trigraph ??( ignored, use -trigraphs to enable
ffplay_g.cpp:307506:39274: warning: trigraph ??( ignored, use -trigraphs to enable
ffplay_g.cpp:461851:56: warning: missing terminating " character
ffplay_g.cpp:461851: error: " 文字での終端を欠いています
ffplay_g.cpp:461870:22: error: invalid suffix "b" on integer constant
ffplay_g.cpp:461871:22: error: invalid suffix "b" on integer constant
ffplay_g.cpp:461872:22: error: invalid suffix "b" on integer constant
ffplay_g.cpp:461877:22: error: invalid suffix "b" on integer constant
ffplay_g.cpp:461879:48: warning: missing terminating " character
ffplay_g.cpp:461879: error: " 文字での終端を欠いています
ffplay_g.cpp:461897:56: warning: missing terminating " character
ffplay_g.cpp:461897: error: " 文字での終端を欠いています
ffplay_g.cpp:461914:22: error: invalid suffix "b" on integer constant
ffplay_g.cpp:461915:22: error: invalid suffix "b" on integer constant
ffplay_g.cpp:461916:22: error: invalid suffix "b" on integer constant
ffplay_g.cpp:461921:22: error: invalid suffix "b" on integer constant
ffplay_g.cpp:461923:48: warning: missing terminating " character
ffplay_g.cpp:461923: error: " 文字での終端を欠いています
ffplay_g.cpp:466774:56: warning: missing terminating " character
ffplay_g.cpp:466774: error: " 文字での終端を欠いています
ffplay_g.cpp:466775:43: warning: missing terminating " character
ffplay_g.cpp:466775: error: " 文字での終端を欠いています
ffplay_g.cpp:470020:56: warning: missing terminating " character
ffplay_g.cpp:470020: error: " 文字での終端を欠いています
ffplay_g.cpp:470021:43: warning: missing terminating " character
ffplay_g.cpp:470021: error: " 文字での終端を欠いています
virtual memory exhausted: Cannot allocate memory

駄目だこりゃ。