5 Commits

Author SHA1 Message Date
Patrick Quist
87d6f97bcc fix clientstate overrides and runtime tools and fix unittests (#6848) 2024-09-11 14:49:38 +02:00
partouf
e4f2bf6b42 update clientstate with filter binaryObject & libraryCode 2023-11-07 18:19:07 +01:00
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
Matt Godbolt
eb002af78f Update prettier, reformat json files 2021-12-13 23:12:25 -06:00
Patrick Quist
5e5e60159a Multifile/IDE mode (#2725) 2021-08-26 21:57:07 +02:00