Displaying 3 results from an estimated 3 matches for "libskeletonpass".
2017 Jul 10
2
Problems with registering of ModulePass (with Dependencies)
...ss(PassManagerBuilder::EP_ModuleOptimizerEarly, registerSkeletonPass);
static RegisterStandardPasses
RegisterMyPass0(PassManagerBuilder::EP_EnabledOnOptLevel0, registerSkeletonPass);
-------- /snip------
Invocation per:
clang -Xclang -load -Xclang /path/to/llvm-pass-skeleton/build/skeleton/libSkeletonPass.so -g test.c
I use clang 4.0.1.
Can someone give me an advice, how to fix this and use the LoopInfo?
Gerion
[1] https://github.com/sampsyo/llvm-pass-skeleton/issues/7
2019 Aug 05
2
LLVM crashing while trying to build SPEC with Clang
.../usr/include -fdebug-compilation-dir /media/kiit/3E9AF7519AF703E5/New_Spec/cpu2006/benchspec/CPU2006/433.milc/run/build_base_amd64-m64-gcc42-nn.0006 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -load /media/kiit/3E9AF7519AF703E5/llvm-pass-skeleton/build/skeleton/libSkeletonPass.so -o check_unitarity.o -x c check_unitarity.c -faddrsig
1. <eof> parser at end of file
2. Per-function optimization
3. Running pass 'Unnamed pass: implement Pass::getPassName()' on function '@check_su3'
#0 0x0000000004f2a60f llvm::sys::PrintStackTrace(llvm::raw_ostream&)...
2017 Oct 18
2
LLVM Installation failing
Hi
I am trying to install llvm and clang on ubuntu 16.04, I tried installing
them using apt command but while running the pass it gives me error
"error: llvm/pass.h not found
*#include"llvm/pass.h"*
so i tried installing using the source code and building it my self,
*make *fails
at 98% with this error
*collect2: error: ld returned 1 exit