Files
compiler-explorer/test/state/executorwrap.json.normalized
fodinabor e28e67d972 Add new "Debug intrinsics" filter. (#5045)
For now, this removes all `llvm.dbg.*` calls from LLVM IR. This is
useful to keep coloring the line correspondence between source and IR,
while not polluting the IR with the debug intrinsics.

Admittedly, I don't have much of a clue of what's going on here, so I
might be missing obvious adaptions (e.g. can we disable this for all
non-LLVM compilers for now somehow?).
Also, not really a Node.JS testing wizard either... 🤷🏼 

Just wanted this really bad for a workshop that's coming up soon ^^

Only tested with my system's default `clang` for now.

Fixes #5044

---------

Co-authored-by: Matt Godbolt <matt@godbolt.org>
2023-05-22 22:35:01 -05:00

61 lines
2.0 KiB
Plaintext

{
"sessions": [
{
"id": 1,
"language": "c++",
"source": "// Type your code here, or load an example.\nint square(int num) {\n return num * num;\n}",
"conformanceview": false,
"compilers": [
{
"_internalid": 1,
"id": "g111",
"options": "",
"filters": {
"binary": false,
"commentOnly": true,
"demangle": true,
"directives": true,
"execute": false,
"intel": true,
"labels": true,
"debugCalls": false,
"trim": false
},
"libs": [],
"specialoutputs": [],
"tools": []
}
],
"executors": [
{
"compilerVisible": true,
"compilerOutputVisible": true,
"arguments": "",
"argumentsVisible": false,
"stdin": "",
"stdinVisible": false,
"compiler": {
"id": "g111",
"options": "",
"filters": {
"binary": false,
"commentOnly": true,
"demangle": true,
"directives": true,
"execute": false,
"intel": true,
"labels": true,
"debugCalls": false,
"trim": false
},
"libs": [],
"specialoutputs": [],
"tools": []
},
"wrap": true
}
]
}
],
"trees": []
}