Skip to content

Instantly share code, notes, and snippets.

@shawnl
Created June 5, 2020 06:51
Show Gist options
  • Select an option

  • Save shawnl/974af8c7c4c42d46f36616b5c4c779ee to your computer and use it in GitHub Desktop.

Select an option

Save shawnl/974af8c7c4c42d46f36616b5c4c779ee to your computer and use it in GitHub Desktop.
getContext () at /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/lib/IR/Value.cpp:744
744 /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/lib/IR/Value.cpp: No existe el archivo o el directorio.
(gdb) up
#1 setNameImpl () at /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/lib/IR/Value.cpp:226
226 in /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/lib/IR/Value.cpp
(gdb) up
#2 0x00007ffff43ffdc9 in llvm::Value::setName(llvm::Twine const&) () at /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/lib/IR/Value.cpp:287
287 in /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/lib/IR/Value.cpp
(gdb) up
#3 0x00007ffff430434d in ExtractValueInst () at /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/include/llvm/IR/Instructions.h:2390
2390 /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/include/llvm/IR/Instructions.h: No existe el archivo o el directorio.
(gdb) up
#4 Create () at /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/include/llvm/IR/Instructions.h:2329
2329 in /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/include/llvm/IR/Instructions.h
(gdb) up
#5 0x00007ffff42fcb0f in CreateExtractValue () at /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/include/llvm/IR/IRBuilder.h:2567
2567 /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/include/llvm/IR/IRBuilder.h: No existe el archivo o el directorio.
(gdb) up
#6 0x00007ffff433dc7f in LLVMBuildExtractValue () at /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/lib/IR/Core.cpp:3892
3892 /build/llvm-toolchain-10-yegZYJ/llvm-toolchain-10-10.0.0/llvm/lib/IR/Core.cpp: No existe el archivo o el directorio.
(gdb) up
#7 0x0000555555cf89cb in ir_render_switch_br (g=0x5555583a46e0, executable=0x55555ce6d140, instruction=0x55555d78bbd0) at ../src/codegen.cpp:5149
5149 LLVMBuildExtractValue(g->builder, target_value, 0, "TargetPtr"),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment