summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/NativePDB/blocks.s
AgeCommit message (Collapse)Author
2024-10-31[lldb] Set LLDB_USE_NATIVE_PDB_READER at the directory level (#114455)Jonas Devlieghere
Lit allows you to set environment variables for all tests in a directory using a `lit.local.cfg` file. Do this for the PDB and NativePDB tests.
2022-09-09[LLDB][NativePDB] Replace blocks.cpp with blocks.s so the test won't be ↵Zequan Wu
affected by codegen changes.