[Mesa-dev] LLVMInitializeAMDGPU* undefined?

Chih-Wei Huang cwhuang at android-x86.org
Thu Mar 10 09:04:57 UTC 2016


Hi devs,
On building 64-bit Android-x86 mesa with amdgpu support,
we got some errors about the symbols LLVMInitializeAMDGPU*
are not defined. (missing prototypes)

It's easy to fix the errors by adding the definition of
the function prototypes.
However, I'm curious in which side it should be fixed?
The mesa or llvm?

Does the llvm forgot to provide a header for these functions?
Or the functions are internal APIs of llvm that should not be used
by mesa directly?

Any comment?


-- 
Chih-Wei
Android-x86 project
http://www.android-x86.org


More information about the mesa-dev mailing list