[llvm] [StandardInstrumentations] Ensure non-null module pointer when getting display name for IR file (PR #110779)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 19:42:05 PDT 2024


================
@@ -0,0 +1,14 @@
+;; Make sure we can run -filter-print-funcs with -ir-dump-directory.
+; RUN: rm -rf %t/logs
----------------
aeubanks wrote:

do we need to `mkdir %t/logs`?

https://github.com/llvm/llvm-project/pull/110779


More information about the llvm-commits mailing list