Nicholas

Results 36 comments of Nicholas

thx, I'll have a try

So how to fix this? I face the same error now.

Thank you. But it seems that some projects don't support llvm15. So I have not upgraded llvm. But I will have a try. In fact, I have a log file...

I have upgraded my llvm version to 15. But unluckily, I still got the error same message. The error comes when dealing with the basic block which I added using...

> ```diff > diff --git a/src/Makefile b/src/Makefile > index bffd4e7..5fc927e 100644 > --- a/src/Makefile > +++ b/src/Makefile > @@ -125,7 +125,7 @@ all: $(OUTPUT)bpftool > > BFD_SRCS = jit_disasm.c >...

What's wrong with me? The procedure is below: ``` cd tools/ubuntu-tool & ./all.sh cd - ./gradlew :core:standalone:build java -jar bin/openwhisk-stanalone.jar ```

I see. Thank you anyway. I mean, take the following code for example, ```C asm ("fsin" :"=t" (answer) : "0" (angle)); ``` The inline assembly above may appear in many...

Thx, I'll have a try!