[all-commits] [llvm/llvm-project] a1be47: [CodeView][DebugInfo] Add test case to show that l...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Jan 15 12:34:31 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a1be47b4771467998d7549dcd1b9f9cebdaa9af9
https://github.com/llvm/llvm-project/commit/a1be47b4771467998d7549dcd1b9f9cebdaa9af9
Author: Amy Huang <akhuang at google.com>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
R clang/test/CodeGenCXX/debug-info-codeview-scopes.cpp
A clang/test/CodeGenCXX/debug-info-gline-tables-only-codeview.cpp
Log Message:
-----------
[CodeView][DebugInfo] Add test case to show that linkage names are not
being added to class types in -gline-tables-only.
Also changed the name of the test file for clarity.
(follow up to D94639)
Commit: 64db296e5a8c9fdc2f7feb4afb60d59c140a78aa
https://github.com/llvm/llvm-project/commit/64db296e5a8c9fdc2f7feb4afb60d59c140a78aa
Author: Reid Kleckner <rnk at google.com>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
M llvm/include/llvm/Analysis/BasicAliasAnalysis.h
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
M llvm/lib/Analysis/GlobalsModRef.cpp
Log Message:
-----------
Revert "[BasicAA] Handle recursive queries more efficiently"
This reverts commit a3904cc77f181cff7355357688edfc392a236f5d.
It causes the compiler to crash while building Harfbuzz for ARM in
Chromium, reduced reproducer forthcoming:
https://crbug.com/1167305
Compare: https://github.com/llvm/llvm-project/compare/1f21de535d37...64db296e5a8c
More information about the All-commits
mailing list