Commit b72079e
committed
[ExecutionEngine] Fix a warning
This patch fixes:
llvm/lib/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.cpp:53:20:
error: unused variable 'AddFnName' [-Werror,-Wunused-variable]1 parent 36d8e70 commit b72079e
File tree
1 file changed
+1
-1
lines changed- llvm/lib/ExecutionEngine/Orc/TargetProcess
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments