search for: language_linkage

Displaying 1 result from an estimated 1 matches for "language_linkage".

2019 Oct 28
3
Function name demangle on clang vs clang++
Hi all, I'm a LLVM newbie and am working on a LLVM 3.5 code base. The project ( https://github.com/zhguanw/lin-analyzer) makes use of clang and reads C code. I'm trying to make it read C++ code. When I compile a kernel written in C with clang++, I get the following difference in the IR for a function declaration: When compiled with clang: declare void @convolution3d(float*, float*) #1