summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/json/object-file/Makefile
AgeCommit message (Collapse)Author
2023-04-17[lldb] Fix TestObjectFileJSON and TestSymbolFileJSONJonas Devlieghere
- Separate the two test and only have TestSymbolFileJSON rely on strip. - Use different file names to make sure LLDB reloads the module. This should address all the post commit review from D148062.