Details
- Reviewers
- None
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
350 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp | ||
---|---|---|
908 | How does this get scheduled for LTO? This should probably run after IR linking and all that (when prototyping, I put it in TargetPassConfig for better results, but that doesn't sound like the right place to schedule passes like this in general) | |
llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp | ||
38 | One other way would be to walk back the uses of the metadata, but it might not be worth it since it would require a ModulePass. |
clang-tidy: warning: 'auto &N' can be declared as 'const auto &N' [llvm-qualified-auto]
not useful