wllvm使用及注意事項

2021-06-29 01:17:16 字數 838 閱讀 5980

export llvm_compiler=llvm-gcc

export llvm_gcc_prefix=

export llvm_compiler_path='path to llvm-2.9/release+asserts/bin/' /******這裡不能填llvm-gcc的路徑,不然在extract-bc的時候會出錯:no such file or directory ***********/

然後是新增wllvm的路徑到$path.

如果出現/usr/bin/ld: cannot find crt1.o: no such file or directory錯誤,需要新增export library_path=/usr/lib/x86_64-linux-gnu:/usr/lib32:$library_path。就可以通過編譯

export c_include_path=$c_include_path:/home/test/soft/llvm/llvm-3.4/tools/clang/include

export cplus_include_path=$cplus_include_path:/home/test/soft/llvm/llvm-3.4/tools/clang/include/

這兩條命令,一條是新增c的include,一條是新增c++的include,這裡本來新增乙個就可以了的,但是沒有詳細分析,所以兩個都新增了。

這個時候,使用wllvm的命令也 有不同了:

export llvm_compiler=clang

cc=wllvm ./configure

make

extract-bc pngtest

這些命令在1.6.20中測試通過。

WFP TreeView使用及注意事項

最近接手wpf的專案,從0開始,做些積累 hierarchicaldatatemplate hierarchicaldatatemplate顧名思義,分層資料模板,就是用來定義分層資料樣式的模板,一般多用於menuitem和treeviewitem datatype指定模板用於哪種資料型別 item...

索引的使用及注意事項

索引是資料庫對原始資料的一列或多列進行排序的一種結構,分為聚集索引和非聚集索引。聚集索引就像書的目錄一樣,排序結構和原表的一致 而非聚集索引就像字典的偏旁查詢一樣,排序順序和字典的不一樣,只是指出它在哪一頁。索引又分為單列索引和聯合索引,單列索引很容易理解,就是對某一列進行排序。聯合索引就是對多列排...

Fresco的使用及注意事項

時間 2016 10 17 18 32 12 devwiki s blog 原文主題 fresco compile com.facebook.fresco fresco 0.12.0 以下是載入gif使用,按需新增 compile com.facebook.fresco animated gif 0...