Issue |
126348
|
Summary |
While using -Og/-O0 , llama.cpp could not be compiled correctly.
|
Labels |
new issue
|
Assignees |
|
Reporter |
dirt2022
|
build config:
cmake .. -DGGML_VULKAN=1 \
-DCMAKE_BUILD_TYPE= **debug**
While compiling, it throws an error:
```
[ 58%] Linking CXX executable ../../bin/llama-batched
Pointer tag for 0xe657000000060106 was truncated, see 'https://source.android.com/devices/tech/debug/tagged-pointers'.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
c++: error: unable to execute command: Aborted
c++: error: linker command failed due to signal (use -v to see invocation)
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs