[all-commits] [llvm/llvm-project] bd206a: [dsymutil] Keep DSYMUTIL_REPRODUCER_PATH in additi...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Oct 10 15:45:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd206a363af392fc802e8f6e1dde282ca4490eaa
https://github.com/llvm/llvm-project/commit/bd206a363af392fc802e8f6e1dde282ca4490eaa
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/test/tools/dsymutil/X86/reproducer.test
M llvm/tools/dsymutil/Reproducer.cpp
Log Message:
-----------
[dsymutil] Keep DSYMUTIL_REPRODUCER_PATH in addition to LLVM_DIAGNOSTIC_DIR
For LLVM_DIAGNOSTIC_DIR we want to create a subdirectory while for
DSYMUTIL_REPRODUCER_PATH we want to use the directory specified. The
latter makes writing a test a whole lot easier. Keep both to support
both scenarios.
More information about the All-commits
mailing list