Skip to content

Commit f82a39c

Browse files
JDevliegherefelipepiovezan
authored andcommitted
[dsymutil] Re-enable 'auto' verification as the default
This patch re-enabled auto as the default verification mode when building with assertions or expensive checks. This was disabled in c2d2f72 because of an issue with temp files on Windows, which was fixed in 519490f26260. (cherry picked from commit c296c35)
1 parent 5dad7cb commit f82a39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/dsymutil/dsymutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ enum class DWARFVerify : uint8_t {
9191
All = Input | Output,
9292
Auto = Input | OutputOnValidInput,
9393
#if !defined(NDEBUG) || defined(EXPENSIVE_CHECKS)
94-
Default = None // FIXME: Auto
94+
Default = Auto
9595
#else
9696
Default = None
9797
#endif

0 commit comments

Comments
 (0)