Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged clang

0 votes
439 views
1 answer
    I get the following error when attempting to install psycopg2 via pip on Mavericks 10.9 ... /folders/0z/ljjwsjmn4v9_zwm81vhxj69m0000gn/T/pip_build_tino/psycopg2 Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
842 views
1 answer
    Overview I've been working my way through the LLVM Kaleidoscope tutorial, and I am a bit stumped ... .com/questions/65922546/issues-building-llvm-kaleidoscope-chapter-4...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    struct Foo { int x; }; Void bar() { struct Foo f; f.x = 1; } !12 = distinct !DICompositeType( ... com/questions/65928179/how-to-get-dicompositetype-line-numbers-from-llvm-ir-code...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to use address sanitization when calling my program with clang, however it doesn't seem to ... ://stackoverflow.com/questions/65598498/macos-llvm-symbolizer-not-found...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
654 views
1 answer
    Situation: I currently parse a front-end language and generate function definitions in LLVM IR. I can compile ... /65646383/exporting-functions-from-llvm-c-api-to-webassembly...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
470 views
1 answer
    I'm trying to determine if building and using libcxxabi from the llvm project under linux makes sense. My build ... /does-libcxxabi-makes-sense-under-linux-what-are-the-benefits...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
533 views
1 answer
    I'm trying to determine if building and using libcxxabi from the llvm project under linux makes sense. My build ... /does-libcxxabi-makes-sense-under-linux-what-are-the-benefits...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
566 views
1 answer
    I'm trying to determine if building and using libcxxabi from the llvm project under linux makes sense. My build ... /does-libcxxabi-makes-sense-under-linux-what-are-the-benefits...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
538 views
1 answer
    my machine is a macbook 16 2019 BigSur 11.0.1. When i type "make" on terminal, it produces this error : " clang: error: unsupported option '-fopenmp' " Any idea how to solve it ?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
818 views
1 answer
    I want to write an LLVM Pass for Cuda codes. I stuck on creating executable from bitcodes. I used clang-10 -O0 -S ... My question is, how can I convert from bitcode to executable?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to use address sanitization when calling my program with clang, however it doesn't seem to be installed. If I type ... Apple clang version 12.0.0 (clang-1200.0.32.21)....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...