Since this is an assertion-like feature, it shouldn't be run without NDEBUG. Saves a small amount of compile time.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 80 ms | x64 debian > Clang.Driver::debug-pass-structure.c |
Event Timeline
Comment Actions
Actually this seems to be already disabled on release builds, but my sampling was catching the empty set checks in analyzeDebugLocations(). Not a big enough deal to worry about.
clang-format: please reformat the code
-class LostDebugLocObserver : public GISelChangeObserver{ +class LostDebugLocObserver : public GISelChangeObserver {