mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 00:26:05 +00:00

The current implementation of LocationSnapshotPass takes an OpPrintingFlags argument and stores it as member, but does not use it for printing. Properly implement the printing flags, also supporting command line args. --------- Co-authored-by: Mehdi Amini <joker.eph@gmail.com>