Supress debug calls in LLVM IR on d.godbolt.org

Johan Engelen j at j.nl
Mon May 10 13:15:12 UTC 2021


Hi,
   Quickly sharing godbolt info: you can suppress the annoying 
`call void @llvm.dbg.declare` "calls" in the LLVM IR, by passing 
`--gline-tables-only` as cmdline flag.
https://d.godbolt.org/z/9jMqMPf91

cheers,
   Johan



More information about the digitalmars-d-ldc mailing list