Displaying 2 results from an estimated 2 matches for "bodhisatwa".
2019 Aug 05
2
LLVM crashing while trying to build SPEC with Clang
...ment Pass::getPassName()' on function '@check_su3'
#0 0x0000000004f2a60f llvm::sys::PrintStackTrace(llvm::raw_ostream&) /media/kiit/3E9AF7519AF703E5/llvm-project/llvm/lib/Support/Unix/Signals.inc:494:0
I have included my function pass and the SPEC Config file(*.cfg) here.
Thanks,
Bodhisatwa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190805/a1679f89/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Skeleton.cpp
Type: text/x-c++src
Si...
2020 May 27
2
OpenMP Error in Clang
Hello,
I am getting the following error while trying to build a benchmark with a custom function pass:
clang -Xclang -fopenmp=libomp -Xclang -load -Xclang my_lib.so file.c
error: unknown argument: '-fopenmp=libomp'
If I use this instead:
clang -Xclang -fopenmp=libomp -Xclang -load -Xclang my_lib.so file.c
I get the error: fatal error: 'omp.h' file not found
I am not