Removed dbg option for loopunrolling.

This commit is contained in:
Nils Hölscher 2022-05-16 11:58:20 +02:00
parent e7ca0a68ef
commit 7635fb52c7
1 changed files with 15 additions and 15 deletions

30
.vscode/launch.json vendored
View File

@ -4,21 +4,21 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ // {
"type": "lldb", // "type": "lldb",
"request": "launch", // "request": "launch",
"name": "LLDB Unrolling", // "name": "LLDB Unrolling",
"program": "/usr/bin/opt", // "program": "/usr/bin/opt",
"args": [ // "args": [
"-load-pass-plugin", // "-load-pass-plugin",
"${workspaceFolder}/build/libCacheAnalysisPass.so", // "${workspaceFolder}/build/libCacheAnalysisPass.so",
"-passes=lru-misses", // "-passes=lru-misses",
"${workspaceFolder}/test/cnt.ll", // "${workspaceFolder}/test/cnt.ll",
"-o", // "-o",
"/dev/null" // "/dev/null"
], // ],
"cwd": "${workspaceFolder}" // "cwd": "${workspaceFolder}"
}, // },
{ {
"type": "lldb", "type": "lldb",
"request": "launch", "request": "launch",